Html Css Color HEX #554103 Madras

📋 copy color: '#554103'

red 85 ◦ green 65 ◦ blue 3

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

Shades of Madras #554103

Tints of Madras #554103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.96%

R = 55.56%
G = 42.48%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#554103 (or 0x554103) is known color: Madras. HEX triplet: 55, 41 and 03. RGB value is (85,65,3). Sum of RGB (Red+Green+Blue) = 85+65+3=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #554103 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554103 is #AABEFC. Grayscale: #404040. Windows color (decimal): -11190013 or 213333. OLE color: 213333.

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

Color convert

RGB 85 65 3 -
CMYK 0 0.24 0.96 0.67
HSL 45.37º 0.93% 0.17% -
HSV(B) 45.37º 0.96% 0.33% -
XYZ 5.65 5.72 0.89 -
YUV 63.91 93.63 143.04 -
System Red Green Blue C M Y K H S L
Decimal 85 65 3 0 0.24 0.96 0.67 45.37 0.93 0.17
Hex 55 41 3 0 18 60 43 2D 5D 11
Octal 125 101 3 0 30 140 103 55 135 21
Binary 1010101 1000001 11 0 11000 1100000 1000011 101101 1011101 10001

Color Harmonies of #554103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554103

Black with #554103

Text Example


Text Example

White with #554103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554103; }

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

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

background-color css

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

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

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

border-color css

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

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

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