Html Css Color HEX #553F32 Paco

📋 copy color: '#553F32'

red 85 ◦ green 63 ◦ blue 50

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

Shades of Paco #553F32

Tints of Paco #553F32

RGB

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

 GREEN value IS 63 (25% from 255) = 31.82%

 BLUE value IS 50 (19.92% from 255) = 25.25%

R = 42.93%
G = 31.82%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#553F32 (or 0x553F32) is known color: Paco. HEX triplet: 55, 3F and 32. RGB value is (85,63,50). Sum of RGB (Red+Green+Blue) = 85+63+50=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #553F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F32 is #AAC0CD. Grayscale: #444444. Windows color (decimal): -11190478 or 3293013. OLE color: 3293013.

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

Color convert

RGB 85 63 50 -
CMYK 0 0.26 0.41 0.67
HSL 22.29º 0.26% 0.26% -
HSV(B) 22.29º 0.41% 0.33% -
XYZ 6.1 5.72 3.8 -
YUV 68.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 85 63 50 0 0.26 0.41 0.67 22.29 0.26 0.26
Hex 55 3F 32 0 1A 29 43 16 1A 1A
Octal 125 77 62 0 32 51 103 26 32 32
Binary 1010101 111111 110010 0 11010 101001 1000011 10110 11010 11010

Color Harmonies of #553F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553F32

Black with #553F32

Text Example


Text Example

White with #553F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,63,50); }

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

background-color css

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

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

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

border-color css

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

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

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