Html Css Color HEX #554204 Madras

📋 copy color: '#554204'

red 85 ◦ green 66 ◦ blue 4

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

Shades of Madras #554204

Tints of Madras #554204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.58%

R = 54.84%
G = 42.58%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#554204 (or 0x554204) is known color: Madras. HEX triplet: 55, 42 and 04. RGB value is (85,66,4). Sum of RGB (Red+Green+Blue) = 85+66+4=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #554204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554204 is #AABDFB. Grayscale: #404040. Windows color (decimal): -11189756 or 279125. OLE color: 279125.

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

Color convert

RGB 85 66 4 -
CMYK 0 0.22 0.95 0.67
HSL 45.93º 0.91% 0.17% -
HSV(B) 45.93º 0.95% 0.33% -
XYZ 5.72 5.84 0.94 -
YUV 64.61 93.79 142.54 -
System Red Green Blue C M Y K H S L
Decimal 85 66 4 0 0.22 0.95 0.67 45.93 0.91 0.17
Hex 55 42 4 0 16 5F 43 2E 5B 11
Octal 125 102 4 0 26 137 103 56 133 21
Binary 1010101 1000010 100 0 10110 1011111 1000011 101110 1011011 10001

Color Harmonies of #554204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554204

Black with #554204

Text Example


Text Example

White with #554204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554204; }

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

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

background-color css

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

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

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

border-color css

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

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

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