Html Css Color HEX #513A24 Bracken

📋 copy color: '#513A24'

red 81 ◦ green 58 ◦ blue 36

#513A24
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bracken #513A24

Tints of Bracken #513A24

RGB

 RED value IS 81 (32.03% from 255) = 46.29%

 GREEN value IS 58 (23.05% from 255) = 33.14%

 BLUE value IS 36 (14.45% from 255) = 20.57%

R = 46.29%
G = 33.14%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.68

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#513A24 (or 0x513A24) is known color: Bracken. HEX triplet: 51, 3A and 24. RGB value is (81,58,36). Sum of RGB (Red+Green+Blue) = 81+58+36=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #513A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513A24 is #AEC5DB. Grayscale: #3E3E3E. Windows color (decimal): -11453916 or 2374225. OLE color: 2374225.

HSL color Cylindrical-coordinate representation of color #513A24: hue angle of 29.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #513A24 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 58 36 -
CMYK 0 0.28 0.56 0.68
HSL 29.33º 0.38% 0.23% -
HSV(B) 29.33º 0.56% 0.32% -
XYZ 5.22 4.9 2.34 -
YUV 62.37 113.12 141.29 -
System Red Green Blue C M Y K H S L
Decimal 81 58 36 0 0.28 0.56 0.68 29.33 0.38 0.23
Hex 51 3A 24 0 1C 38 44 1D 26 17
Octal 121 72 44 0 34 70 104 35 46 27
Binary 1010001 111010 100100 0 11100 111000 1000100 11101 100110 10111

Color Harmonies of #513A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513A24

Black with #513A24

Text Example


Text Example

White with #513A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513A24; }

 p { color: rgb(81,58,36); }

 H1.HeaderClassName
 {
   color: #513A24;
 }
 .AnyTagClassName
 {
   color: #513A24;
 }
</style>

background-color css

<style>
 a { background-color: #513A24; }

 a { background-color: rgb(81,58,36); }

 div.DivClassName
 {
   background-color: #513A24;
 }
 .BgClassName
 {
   background-color: #513A24;
 }
</style>

border-color css

<style>
 span { border-color: #513A24; }

 span { border-color: rgb(81,58,36); }

 td.TdClassName
 {
   border-color: #513A24;
 }
 .TagClassName
 {
   border-color: #513A24;
 }
</style>