Html Css Color HEX #553E3E Woody Brown

📋 copy color: '#553E3E'

red 85 ◦ green 62 ◦ blue 62

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

Shades of Woody Brown #553E3E

Tints of Woody Brown #553E3E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.67%

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

R = 40.67%
G = 29.67%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#553E3E (or 0x553E3E) is known color: Woody Brown. HEX triplet: 55, 3E and 3E. RGB value is (85,62,62). Sum of RGB (Red+Green+Blue) = 85+62+62=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 62 (24.61% from 255 or 29.67% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #553E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553E3E is #AAC1C1. Grayscale: #444444. Windows color (decimal): -11190722 or 4079189. OLE color: 4079189.

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

Color convert

RGB 85 62 62 -
CMYK 0 0.27 0.27 0.67
HSL 0.16% 0.29% -
HSV(B) 0.27% 0.33% -
XYZ 6.34 5.72 5.33 -
YUV 68.88 124.12 139.5 -
System Red Green Blue C M Y K H S L
Decimal 85 62 62 0 0.27 0.27 0.67 0 0.16 0.29
Hex 55 3E 3E 0 1B 1B 43 0 10 1D
Octal 125 76 76 0 33 33 103 0 20 35
Binary 1010101 111110 111110 0 11011 11011 1000011 0 10000 11101

Color Harmonies of #553E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553E3E

Black with #553E3E

Text Example


Text Example

White with #553E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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