Html Css Color HEX #453608 Madras

📋 copy color: '#453608'

red 69 ◦ green 54 ◦ blue 8

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

Shades of Madras #453608

Tints of Madras #453608

RGB

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

 GREEN value IS 54 (21.48% from 255) = 41.22%

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

R = 52.67%
G = 41.22%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.73

RGB Variations

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

Color information

#453608 (or 0x453608) is known color: Madras. HEX triplet: 45, 36 and 08. RGB value is (69,54,8). Sum of RGB (Red+Green+Blue) = 69+54+8=131 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.67% from 131); Green value is 54 (21.48% from 255 or 41.22% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 69 - color contains mainly: red. Hex color #453608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453608 is #BAC9F7. Grayscale: #353535. Windows color (decimal): -12241400 or 538181. OLE color: 538181.

HSL color Cylindrical-coordinate representation of color #453608: hue angle of 45.25º 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 #453608 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 54 8 -
CMYK 0 0.22 0.88 0.73
HSL 45.25º 0.79% 0.15% -
HSV(B) 45.25º 0.88% 0.27% -
XYZ 3.82 3.92 0.79 -
YUV 53.24 102.47 139.24 -
System Red Green Blue C M Y K H S L
Decimal 69 54 8 0 0.22 0.88 0.73 45.25 0.79 0.15
Hex 45 36 8 0 16 58 49 2D 4F F
Octal 105 66 10 0 26 130 111 55 117 17
Binary 1000101 110110 1000 0 10110 1011000 1001001 101101 1001111 1111

Color Harmonies of #453608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453608

Black with #453608

Text Example


Text Example

White with #453608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453608; }

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

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

background-color css

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

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

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

border-color css

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

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

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