Html Css Color HEX #5A3C28 Bracken

📋 copy color: '#5A3C28'

red 90 ◦ green 60 ◦ blue 40

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

Shades of Bracken #5A3C28

Tints of Bracken #5A3C28

RGB

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

 GREEN value IS 60 (23.83% from 255) = 31.58%

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

R = 47.37%
G = 31.58%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#5A3C28 (or 0x5A3C28) is known color: Bracken. HEX triplet: 5A, 3C and 28. RGB value is (90,60,40). Sum of RGB (Red+Green+Blue) = 90+60+40=190 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.37% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3C28 is #A5C3D7. Grayscale: #424242. Windows color (decimal): -10863576 or 2636890. OLE color: 2636890.

HSL color Cylindrical-coordinate representation of color #5A3C28: hue angle of 24º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A3C28 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 60 40 -
CMYK 0 0.33 0.56 0.65
HSL 24º 0.38% 0.25% -
HSV(B) 24º 0.56% 0.35% -
XYZ 6.22 5.56 2.75 -
YUV 66.69 112.94 144.63 -
System Red Green Blue C M Y K H S L
Decimal 90 60 40 0 0.33 0.56 0.65 24 0.38 0.25
Hex 5A 3C 28 0 21 38 41 18 26 19
Octal 132 74 50 0 41 70 101 30 46 31
Binary 1011010 111100 101000 0 100001 111000 1000001 11000 100110 11001

Color Harmonies of #5A3C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3C28

Black with #5A3C28

Text Example


Text Example

White with #5A3C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,60,40); }

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

background-color css

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

 a { background-color: rgb(90,60,40); }

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

border-color css

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

 span { border-color: rgb(90,60,40); }

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