Html Css Color HEX #553D24 Bracken

📋 copy color: '#553D24'

red 85 ◦ green 61 ◦ blue 36

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

Shades of Bracken #553D24

Tints of Bracken #553D24

RGB

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

 GREEN value IS 61 (24.22% from 255) = 33.52%

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

R = 46.7%
G = 33.52%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#553D24 (or 0x553D24) is known color: Bracken. HEX triplet: 55, 3D and 24. RGB value is (85,61,36). Sum of RGB (Red+Green+Blue) = 85+61+36=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 36 (14.45% from 255 or 19.78% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #553D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D24 is #AAC2DB. Grayscale: #414141. Windows color (decimal): -11191004 or 2374997. OLE color: 2374997.

HSL color Cylindrical-coordinate representation of color #553D24: hue angle of 30.61º 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 #553D24 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 61 36 -
CMYK 0 0.28 0.58 0.67
HSL 30.61º 0.4% 0.24% -
HSV(B) 30.61º 0.58% 0.33% -
XYZ 5.73 5.4 2.41 -
YUV 65.33 111.45 142.03 -
System Red Green Blue C M Y K H S L
Decimal 85 61 36 0 0.28 0.58 0.67 30.61 0.4 0.24
Hex 55 3D 24 0 1C 3A 43 1F 28 18
Octal 125 75 44 0 34 72 103 37 50 30
Binary 1010101 111101 100100 0 11100 111010 1000011 11111 101000 11000

Color Harmonies of #553D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553D24

Black with #553D24

Text Example


Text Example

White with #553D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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