Html Css Color HEX #554007 Madras

📋 copy color: '#554007'

red 85 ◦ green 64 ◦ blue 7

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

Shades of Madras #554007

Tints of Madras #554007

RGB

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

 GREEN value IS 64 (25.39% from 255) = 41.03%

 BLUE value IS 7 (3.13% from 255) = 4.49%

R = 54.49%
G = 41.03%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#554007 (or 0x554007) is known color: Madras. HEX triplet: 55, 40 and 07. RGB value is (85,64,7). Sum of RGB (Red+Green+Blue) = 85+64+7=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 7 (3.12% from 255 or 4.49% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #554007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554007 is #AABFF8. Grayscale: #404040. Windows color (decimal): -11190265 or 475221. OLE color: 475221.

HSL color Cylindrical-coordinate representation of color #554007: hue angle of 43.85º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #554007 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 64 7 -
CMYK 0 0.25 0.92 0.67
HSL 43.85º 0.85% 0.18% -
HSV(B) 43.85º 0.92% 0.33% -
XYZ 5.62 5.61 0.99 -
YUV 63.78 95.96 143.13 -
System Red Green Blue C M Y K H S L
Decimal 85 64 7 0 0.25 0.92 0.67 43.85 0.85 0.18
Hex 55 40 7 0 19 5C 43 2C 55 12
Octal 125 100 7 0 31 134 103 54 125 22
Binary 1010101 1000000 111 0 11001 1011100 1000011 101100 1010101 10010

Color Harmonies of #554007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554007

Black with #554007

Text Example


Text Example

White with #554007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554007; }

 p { color: rgb(85,64,7); }

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

background-color css

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

 a { background-color: rgb(85,64,7); }

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

border-color css

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

 span { border-color: rgb(85,64,7); }

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