Html Css Color HEX #513A28 Bracken

📋 copy color: '#513A28'

red 81 ◦ green 58 ◦ blue 40

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

Shades of Bracken #513A28

Tints of Bracken #513A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.35%

R = 45.25%
G = 32.4%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#513A28 (or 0x513A28) is known color: Bracken. HEX triplet: 51, 3A and 28. RGB value is (81,58,40). Sum of RGB (Red+Green+Blue) = 81+58+40=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 58 (23.05% from 255 or 32.40% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #513A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513A28 is #AEC5D7. Grayscale: #3E3E3E. Windows color (decimal): -11453912 or 2636369. OLE color: 2636369.

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

Color convert

RGB 81 58 40 -
CMYK 0 0.28 0.51 0.68
HSL 26.34º 0.34% 0.24% -
HSV(B) 26.34º 0.51% 0.32% -
XYZ 5.29 4.93 2.68 -
YUV 62.83 115.12 140.96 -
System Red Green Blue C M Y K H S L
Decimal 81 58 40 0 0.28 0.51 0.68 26.34 0.34 0.24
Hex 51 3A 28 0 1C 33 44 1A 22 18
Octal 121 72 50 0 34 63 104 32 42 30
Binary 1010001 111010 101000 0 11100 110011 1000100 11010 100010 11000

Color Harmonies of #513A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513A28

Black with #513A28

Text Example


Text Example

White with #513A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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