Html Css Color HEX #553C24 Bracken

📋 copy color: '#553C24'

red 85 ◦ green 60 ◦ blue 36

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

Shades of Bracken #553C24

Tints of Bracken #553C24

RGB

 RED value IS 85 (33.59% from 255) = 46.96%

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

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

R = 46.96%
G = 33.15%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#553C24 (or 0x553C24) is known color: Bracken. HEX triplet: 55, 3C and 24. RGB value is (85,60,36). Sum of RGB (Red+Green+Blue) = 85+60+36=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 36 (14.45% from 255 or 19.89% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #553C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C24 is #AAC3DB. Grayscale: #404040. Windows color (decimal): -11191260 or 2374741. OLE color: 2374741.

HSL color Cylindrical-coordinate representation of color #553C24: hue angle of 29.39º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #553C24 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 60 36 -
CMYK 0 0.29 0.58 0.67
HSL 29.39º 0.4% 0.24% -
HSV(B) 29.39º 0.58% 0.33% -
XYZ 5.68 5.29 2.39 -
YUV 64.74 111.78 142.45 -
System Red Green Blue C M Y K H S L
Decimal 85 60 36 0 0.29 0.58 0.67 29.39 0.4 0.24
Hex 55 3C 24 0 1D 3A 43 1D 28 18
Octal 125 74 44 0 35 72 103 35 50 30
Binary 1010101 111100 100100 0 11101 111010 1000011 11101 101000 11000

Color Harmonies of #553C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553C24

Black with #553C24

Text Example


Text Example

White with #553C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553C24; }

 p { color: rgb(85,60,36); }

 H1.HeaderClassName
 {
   color: #553C24;
 }
 .AnyTagClassName
 {
   color: #553C24;
 }
</style>

background-color css

<style>
 a { background-color: #553C24; }

 a { background-color: rgb(85,60,36); }

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

border-color css

<style>
 span { border-color: #553C24; }

 span { border-color: rgb(85,60,36); }

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