Html Css Color HEX #553F3E Woody Brown

📋 copy color: '#553F3E'

red 85 ◦ green 63 ◦ blue 62

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

Shades of Woody Brown #553F3E

Tints of Woody Brown #553F3E

RGB

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

 GREEN value IS 63 (25% from 255) = 30%

 BLUE value IS 62 (24.61% from 255) = 29.52%

R = 40.48%
G = 30%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#553F3E (or 0x553F3E) is known color: Woody Brown. HEX triplet: 55, 3F and 3E. RGB value is (85,63,62). Sum of RGB (Red+Green+Blue) = 85+63+62=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 85 - color contains mainly: red. Hex color #553F3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F3E is #AAC0C1. Grayscale: #454545. Windows color (decimal): -11190466 or 4079445. OLE color: 4079445.

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

Color convert

RGB 85 63 62 -
CMYK 0 0.26 0.27 0.67
HSL 2.61º 0.16% 0.29% -
HSV(B) 2.61º 0.27% 0.33% -
XYZ 6.39 5.83 5.35 -
YUV 69.46 123.79 139.08 -
System Red Green Blue C M Y K H S L
Decimal 85 63 62 0 0.26 0.27 0.67 2.61 0.16 0.29
Hex 55 3F 3E 0 1A 1B 43 3 10 1D
Octal 125 77 76 0 32 33 103 3 20 35
Binary 1010101 111111 111110 0 11010 11011 1000011 11 10000 11101

Color Harmonies of #553F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553F3E

Black with #553F3E

Text Example


Text Example

White with #553F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,63,62); }

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

background-color css

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

 a { background-color: rgb(85,63,62); }

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

border-color css

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

 span { border-color: rgb(85,63,62); }

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