Html Css Color HEX #554234 Brown Derby

📋 copy color: '#554234'

red 85 ◦ green 66 ◦ blue 52

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

Shades of Brown Derby #554234

Tints of Brown Derby #554234

RGB

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

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

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

R = 41.87%
G = 32.51%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#554234 (or 0x554234) is known color: Brown Derby. HEX triplet: 55, 42 and 34. RGB value is (85,66,52). Sum of RGB (Red+Green+Blue) = 85+66+52=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #554234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554234 is #AABDCB. Grayscale: #464646. Windows color (decimal): -11189708 or 3424853. OLE color: 3424853.

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

Color convert

RGB 85 66 52 -
CMYK 0 0.22 0.39 0.67
HSL 25.45º 0.24% 0.27% -
HSV(B) 25.45º 0.39% 0.33% -
XYZ 6.31 6.08 4.09 -
YUV 70.09 117.79 138.64 -
System Red Green Blue C M Y K H S L
Decimal 85 66 52 0 0.22 0.39 0.67 25.45 0.24 0.27
Hex 55 42 34 0 16 27 43 19 18 1B
Octal 125 102 64 0 26 47 103 31 30 33
Binary 1010101 1000010 110100 0 10110 100111 1000011 11001 11000 11011

Color Harmonies of #554234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554234

Black with #554234

Text Example


Text Example

White with #554234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554234; }

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

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

background-color css

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

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

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

border-color css

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

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

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