Html Css Color HEX #5A412B Bracken

📋 copy color: '#5A412B'

red 90 ◦ green 65 ◦ blue 43

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

Shades of Bracken #5A412B

Tints of Bracken #5A412B

RGB

 RED value IS 90 (35.55% from 255) = 45.45%

 GREEN value IS 65 (25.78% from 255) = 32.83%

 BLUE value IS 43 (17.19% from 255) = 21.72%

R = 45.45%
G = 32.83%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#5A412B (or 0x5A412B) is known color: Bracken. HEX triplet: 5A, 41 and 2B. RGB value is (90,65,43). Sum of RGB (Red+Green+Blue) = 90+65+43=198 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.45% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 90 - color contains mainly: red. Hex color #5A412B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A412B is #A5BED4. Grayscale: #464646. Windows color (decimal): -10862293 or 2834778. OLE color: 2834778.

HSL color Cylindrical-coordinate representation of color #5A412B: hue angle of 28.09º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A412B is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 65 43 -
CMYK 0 0.28 0.52 0.65
HSL 28.09º 0.35% 0.26% -
HSV(B) 28.09º 0.52% 0.35% -
XYZ 6.54 6.13 3.12 -
YUV 69.97 112.78 142.29 -
System Red Green Blue C M Y K H S L
Decimal 90 65 43 0 0.28 0.52 0.65 28.09 0.35 0.26
Hex 5A 41 2B 0 1C 34 41 1C 23 1A
Octal 132 101 53 0 34 64 101 34 43 32
Binary 1011010 1000001 101011 0 11100 110100 1000001 11100 100011 11010

Color Harmonies of #5A412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A412B

Black with #5A412B

Text Example


Text Example

White with #5A412B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A412B; }

 p { color: rgb(90,65,43); }

 H1.HeaderClassName
 {
   color: #5A412B;
 }
 .AnyTagClassName
 {
   color: #5A412B;
 }
</style>

background-color css

<style>
 a { background-color: #5A412B; }

 a { background-color: rgb(90,65,43); }

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

border-color css

<style>
 span { border-color: #5A412B; }

 span { border-color: rgb(90,65,43); }

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