Html Css Color HEX #454008 Madras

📋 copy color: '#454008'

red 69 ◦ green 64 ◦ blue 8

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

Shades of Madras #454008

Tints of Madras #454008

RGB

 RED value IS 69 (27.34% from 255) = 48.94%

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

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

R = 48.94%
G = 45.39%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.73

RGB Variations

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

Color information

#454008 (or 0x454008) is known color: Madras. HEX triplet: 45, 40 and 08. RGB value is (69,64,8). Sum of RGB (Red+Green+Blue) = 69+64+8=141 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.94% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 8 (3.52% from 255 or 5.67% from 141); Max value from RGB is 69 - color contains mainly: red. Hex color #454008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454008 is #BABFF7. Grayscale: #3B3B3B. Windows color (decimal): -12238840 or 540741. OLE color: 540741.

HSL color Cylindrical-coordinate representation of color #454008: hue angle of 55.08º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #454008 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 64 8 -
CMYK 0 0.07 0.88 0.73
HSL 55.08º 0.79% 0.15% -
HSV(B) 55.08º 0.88% 0.27% -
XYZ 4.33 4.95 0.96 -
YUV 59.11 99.16 135.05 -
System Red Green Blue C M Y K H S L
Decimal 69 64 8 0 0.07 0.88 0.73 55.08 0.79 0.15
Hex 45 40 8 0 7 58 49 37 4F F
Octal 105 100 10 0 7 130 111 67 117 17
Binary 1000101 1000000 1000 0 111 1011000 1001001 110111 1001111 1111

Color Harmonies of #454008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454008

Black with #454008

Text Example


Text Example

White with #454008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454008; }

 p { color: rgb(69,64,8); }

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

background-color css

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

 a { background-color: rgb(69,64,8); }

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

border-color css

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

 span { border-color: rgb(69,64,8); }

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