Html Css Color HEX #554108 Madras

📋 copy color: '#554108'

red 85 ◦ green 65 ◦ blue 8

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

Shades of Madras #554108

Tints of Madras #554108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.06%

R = 53.8%
G = 41.14%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.67

RGB Variations

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

Color information

#554108 (or 0x554108) is known color: Madras. HEX triplet: 55, 41 and 08. RGB value is (85,65,8). Sum of RGB (Red+Green+Blue) = 85+65+8=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 8 (3.52% from 255 or 5.06% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #554108 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554108 is #AABEF7. Grayscale: #404040. Windows color (decimal): -11190008 or 541013. OLE color: 541013.

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

Color convert

RGB 85 65 8 -
CMYK 0 0.24 0.91 0.67
HSL 44.42º 0.83% 0.18% -
HSV(B) 44.42º 0.91% 0.33% -
XYZ 5.68 5.73 1.04 -
YUV 64.48 96.13 142.63 -
System Red Green Blue C M Y K H S L
Decimal 85 65 8 0 0.24 0.91 0.67 44.42 0.83 0.18
Hex 55 41 8 0 18 5B 43 2C 53 12
Octal 125 101 10 0 30 133 103 54 123 22
Binary 1010101 1000001 1000 0 11000 1011011 1000011 101100 1010011 10010

Color Harmonies of #554108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554108

Black with #554108

Text Example


Text Example

White with #554108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554108; }

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

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

background-color css

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

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

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

border-color css

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

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

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