Html Css Color HEX #554535 Brown Derby

📋 copy color: '#554535'

red 85 ◦ green 69 ◦ blue 53

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

Shades of Brown Derby #554535

Tints of Brown Derby #554535

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.33%

 BLUE value IS 53 (21.09% from 255) = 25.6%

R = 41.06%
G = 33.33%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#554535 (or 0x554535) is known color: Brown Derby. HEX triplet: 55, 45 and 35. RGB value is (85,69,53). Sum of RGB (Red+Green+Blue) = 85+69+53=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 85 - color contains mainly: red. Hex color #554535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554535 is #AABACA. Grayscale: #484848. Windows color (decimal): -11188939 or 3491157. OLE color: 3491157.

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

Color convert

RGB 85 69 53 -
CMYK 0 0.19 0.38 0.67
HSL 30º 0.23% 0.27% -
HSV(B) 30º 0.38% 0.33% -
XYZ 6.52 6.44 4.27 -
YUV 71.96 117.3 137.3 -
System Red Green Blue C M Y K H S L
Decimal 85 69 53 0 0.19 0.38 0.67 30 0.23 0.27
Hex 55 45 35 0 13 26 43 1E 17 1B
Octal 125 105 65 0 23 46 103 36 27 33
Binary 1010101 1000101 110101 0 10011 100110 1000011 11110 10111 11011

Color Harmonies of #554535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554535

Black with #554535

Text Example


Text Example

White with #554535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554535; }

 p { color: rgb(85,69,53); }

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

background-color css

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

 a { background-color: rgb(85,69,53); }

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

border-color css

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

 span { border-color: rgb(85,69,53); }

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