Html Css Color HEX #553C2A Bracken

📋 copy color: '#553C2A'

red 85 ◦ green 60 ◦ blue 42

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

Shades of Bracken #553C2A

Tints of Bracken #553C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.46%

R = 45.45%
G = 32.09%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#553C2A (or 0x553C2A) is known color: Bracken. HEX triplet: 55, 3C and 2A. RGB value is (85,60,42). Sum of RGB (Red+Green+Blue) = 85+60+42=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #553C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C2A is #AAC3D5. Grayscale: #414141. Windows color (decimal): -11191254 or 2767957. OLE color: 2767957.

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

Color convert

RGB 85 60 42 -
CMYK 0 0.29 0.51 0.67
HSL 25.12º 0.34% 0.25% -
HSV(B) 25.12º 0.51% 0.33% -
XYZ 5.78 5.33 2.91 -
YUV 65.42 114.78 141.96 -
System Red Green Blue C M Y K H S L
Decimal 85 60 42 0 0.29 0.51 0.67 25.12 0.34 0.25
Hex 55 3C 2A 0 1D 33 43 19 22 19
Octal 125 74 52 0 35 63 103 31 42 31
Binary 1010101 111100 101010 0 11101 110011 1000011 11001 100010 11001

Color Harmonies of #553C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553C2A

Black with #553C2A

Text Example


Text Example

White with #553C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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