Html Css Color HEX #553D3D Woody Brown

📋 copy color: '#553D3D'

red 85 ◦ green 61 ◦ blue 61

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

Shades of Woody Brown #553D3D

Tints of Woody Brown #553D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 29.47%

R = 41.06%
G = 29.47%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#553D3D (or 0x553D3D) is known color: Woody Brown. HEX triplet: 55, 3D and 3D. RGB value is (85,61,61). Sum of RGB (Red+Green+Blue) = 85+61+61=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 85 - color contains mainly: red. Hex color #553D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D3D is #AAC2C2. Grayscale: #444444. Windows color (decimal): -11190979 or 4013397. OLE color: 4013397.

HSL color Cylindrical-coordinate representation of color #553D3D: 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.28%. Process color model (Four color, CMYK) of #553D3D is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 61 61 -
CMYK 0 0.28 0.28 0.67
HSL 0.16% 0.29% -
HSV(B) 0.28% 0.33% -
XYZ 6.26 5.61 5.17 -
YUV 68.18 123.95 140 -
System Red Green Blue C M Y K H S L
Decimal 85 61 61 0 0.28 0.28 0.67 0 0.16 0.29
Hex 55 3D 3D 0 1C 1C 43 0 10 1D
Octal 125 75 75 0 34 34 103 0 20 35
Binary 1010101 111101 111101 0 11100 11100 1000011 0 10000 11101

Color Harmonies of #553D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553D3D

Black with #553D3D

Text Example


Text Example

White with #553D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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