Html Css Color HEX #553034 Cab Sav

📋 copy color: '#553034'

red 85 ◦ green 48 ◦ blue 52

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

Shades of Cab Sav #553034

Tints of Cab Sav #553034

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.95%

 BLUE value IS 52 (20.7% from 255) = 28.11%

R = 45.95%
G = 25.95%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#553034 (or 0x553034) is known color: Cab Sav. HEX triplet: 55, 30 and 34. RGB value is (85,48,52). Sum of RGB (Red+Green+Blue) = 85+48+52=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 52 (20.70% from 255 or 28.11% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #553034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553034 is #AACFCB. Grayscale: #3B3B3B. Windows color (decimal): -11194316 or 3420245. OLE color: 3420245.

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

Color convert

RGB 85 48 52 -
CMYK 0 0.44 0.39 0.67
HSL 353.51º 0.28% 0.26% -
HSV(B) 353.51º 0.44% 0.33% -
XYZ 5.42 4.29 3.79 -
YUV 59.52 123.76 146.17 -
System Red Green Blue C M Y K H S L
Decimal 85 48 52 0 0.44 0.39 0.67 353.51 0.28 0.26
Hex 55 30 34 0 2C 27 43 162 1C 1A
Octal 125 60 64 0 54 47 103 542 34 32
Binary 1010101 110000 110100 0 101100 100111 1000011 101100010 11100 11010

Color Harmonies of #553034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553034

Black with #553034

Text Example


Text Example

White with #553034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553034; }

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

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

background-color css

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

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

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

border-color css

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

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

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