Html Css Color HEX #554104 Madras

📋 copy color: '#554104'

red 85 ◦ green 65 ◦ blue 4

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

Shades of Madras #554104

Tints of Madras #554104

RGB

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

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

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

R = 55.19%
G = 42.21%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#554104 (or 0x554104) is known color: Madras. HEX triplet: 55, 41 and 04. RGB value is (85,65,4). Sum of RGB (Red+Green+Blue) = 85+65+4=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #554104 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554104 is #AABEFB. Grayscale: #404040. Windows color (decimal): -11190012 or 278869. OLE color: 278869.

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

Color convert

RGB 85 65 4 -
CMYK 0 0.24 0.95 0.67
HSL 45.19º 0.91% 0.17% -
HSV(B) 45.19º 0.95% 0.33% -
XYZ 5.66 5.72 0.92 -
YUV 64.03 94.13 142.96 -
System Red Green Blue C M Y K H S L
Decimal 85 65 4 0 0.24 0.95 0.67 45.19 0.91 0.17
Hex 55 41 4 0 18 5F 43 2D 5B 11
Octal 125 101 4 0 30 137 103 55 133 21
Binary 1010101 1000001 100 0 11000 1011111 1000011 101101 1011011 10001

Color Harmonies of #554104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554104

Black with #554104

Text Example


Text Example

White with #554104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554104; }

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

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

background-color css

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

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

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

border-color css

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

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

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