Html Css Color HEX #553630 Redwood

📋 copy color: '#553630'

red 85 ◦ green 54 ◦ blue 48

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

Shades of Redwood #553630

Tints of Redwood #553630

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.88%

 BLUE value IS 48 (19.14% from 255) = 25.67%

R = 45.45%
G = 28.88%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#553630 (or 0x553630) is known color: Redwood. HEX triplet: 55, 36 and 30. RGB value is (85,54,48). Sum of RGB (Red+Green+Blue) = 85+54+48=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 48 (19.14% from 255 or 25.67% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #553630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553630 is #AAC9CF. Grayscale: #3E3E3E. Windows color (decimal): -11192784 or 3159637. OLE color: 3159637.

HSL color Cylindrical-coordinate representation of color #553630: hue angle of 9.73º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #553630 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 54 48 -
CMYK 0 0.36 0.44 0.67
HSL 9.73º 0.28% 0.26% -
HSV(B) 9.73º 0.44% 0.33% -
XYZ 5.6 4.78 3.42 -
YUV 62.59 119.77 143.99 -
System Red Green Blue C M Y K H S L
Decimal 85 54 48 0 0.36 0.44 0.67 9.73 0.28 0.26
Hex 55 36 30 0 24 2C 43 A 1C 1A
Octal 125 66 60 0 44 54 103 12 34 32
Binary 1010101 110110 110000 0 100100 101100 1000011 1010 11100 11010

Color Harmonies of #553630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553630

Black with #553630

Text Example


Text Example

White with #553630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553630; }

 p { color: rgb(85,54,48); }

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

background-color css

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

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

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

border-color css

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

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

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