Html Css Color HEX #554232 Brown Derby

📋 copy color: '#554232'

red 85 ◦ green 66 ◦ blue 50

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

Shades of Brown Derby #554232

Tints of Brown Derby #554232

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.84%

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

R = 42.29%
G = 32.84%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#554232 (or 0x554232) is known color: Brown Derby. HEX triplet: 55, 42 and 32. RGB value is (85,66,50). Sum of RGB (Red+Green+Blue) = 85+66+50=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #554232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554232 is #AABDCD. Grayscale: #454545. Windows color (decimal): -11189710 or 3293781. OLE color: 3293781.

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

Color convert

RGB 85 66 50 -
CMYK 0 0.22 0.41 0.67
HSL 27.43º 0.26% 0.26% -
HSV(B) 27.43º 0.41% 0.33% -
XYZ 6.27 6.06 3.86 -
YUV 69.86 116.79 138.8 -
System Red Green Blue C M Y K H S L
Decimal 85 66 50 0 0.22 0.41 0.67 27.43 0.26 0.26
Hex 55 42 32 0 16 29 43 1B 1A 1A
Octal 125 102 62 0 26 51 103 33 32 32
Binary 1010101 1000010 110010 0 10110 101001 1000011 11011 11010 11010

Color Harmonies of #554232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554232

Black with #554232

Text Example


Text Example

White with #554232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554232; }

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

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

background-color css

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

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

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

border-color css

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

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

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