Html Css Color HEX #554133 Brown Derby

📋 copy color: '#554133'

red 85 ◦ green 65 ◦ blue 51

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

Shades of Brown Derby #554133

Tints of Brown Derby #554133

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.34%

 BLUE value IS 51 (20.31% from 255) = 25.37%

R = 42.29%
G = 32.34%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#554133 (or 0x554133) is known color: Brown Derby. HEX triplet: 55, 41 and 33. RGB value is (85,65,51). Sum of RGB (Red+Green+Blue) = 85+65+51=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #554133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554133 is #AABECC. Grayscale: #454545. Windows color (decimal): -11189965 or 3359061. OLE color: 3359061.

HSL color Cylindrical-coordinate representation of color #554133: hue angle of 24.71º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #554133 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 65 51 -
CMYK 0 0.24 0.40 0.67
HSL 24.71º 0.25% 0.27% -
HSV(B) 24.71º 0.4% 0.33% -
XYZ 6.23 5.95 3.95 -
YUV 69.38 117.63 139.14 -
System Red Green Blue C M Y K H S L
Decimal 85 65 51 0 0.24 0.40 0.67 24.71 0.25 0.27
Hex 55 41 33 0 18 28 43 19 19 1B
Octal 125 101 63 0 30 50 103 31 31 33
Binary 1010101 1000001 110011 0 11000 101000 1000011 11001 11001 11011

Color Harmonies of #554133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554133

Black with #554133

Text Example


Text Example

White with #554133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554133; }

 p { color: rgb(85,65,51); }

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

background-color css

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

 a { background-color: rgb(85,65,51); }

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

border-color css

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

 span { border-color: rgb(85,65,51); }

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