Html Css Color HEX #553530 Redwood

📋 copy color: '#553530'

red 85 ◦ green 53 ◦ blue 48

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

Shades of Redwood #553530

Tints of Redwood #553530

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.49%

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

R = 45.7%
G = 28.49%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#553530 (or 0x553530) is known color: Redwood. HEX triplet: 55, 35 and 30. RGB value is (85,53,48). Sum of RGB (Red+Green+Blue) = 85+53+48=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #553530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553530 is #AACACF. Grayscale: #3E3E3E. Windows color (decimal): -11193040 or 3159381. OLE color: 3159381.

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

Color convert

RGB 85 53 48 -
CMYK 0 0.38 0.44 0.67
HSL 8.11º 0.28% 0.26% -
HSV(B) 8.11º 0.44% 0.33% -
XYZ 5.55 4.69 3.41 -
YUV 62 120.1 144.41 -
System Red Green Blue C M Y K H S L
Decimal 85 53 48 0 0.38 0.44 0.67 8.11 0.28 0.26
Hex 55 35 30 0 26 2C 43 8 1C 1A
Octal 125 65 60 0 46 54 103 10 34 32
Binary 1010101 110101 110000 0 100110 101100 1000011 1000 11100 11010

Color Harmonies of #553530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553530

Black with #553530

Text Example


Text Example

White with #553530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553530; }

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

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

background-color css

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

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

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

border-color css

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

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

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