Html Css Color HEX #453808 Madras

📋 copy color: '#453808'

red 69 ◦ green 56 ◦ blue 8

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

Shades of Madras #453808

Tints of Madras #453808

RGB

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

 GREEN value IS 56 (22.27% from 255) = 42.11%

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

R = 51.88%
G = 42.11%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.73

RGB Variations

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

Color information

#453808 (or 0x453808) is known color: Madras. HEX triplet: 45, 38 and 08. RGB value is (69,56,8). Sum of RGB (Red+Green+Blue) = 69+56+8=133 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.88% from 133); Green value is 56 (22.27% from 255 or 42.11% from 133); Blue value is 8 (3.52% from 255 or 6.02% from 133); Max value from RGB is 69 - color contains mainly: red. Hex color #453808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453808 is #BAC7F7. Grayscale: #363636. Windows color (decimal): -12240888 or 538693. OLE color: 538693.

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

Color convert

RGB 69 56 8 -
CMYK 0 0.19 0.88 0.73
HSL 47.21º 0.79% 0.15% -
HSV(B) 47.21º 0.88% 0.27% -
XYZ 3.91 4.11 0.82 -
YUV 54.42 101.81 138.4 -
System Red Green Blue C M Y K H S L
Decimal 69 56 8 0 0.19 0.88 0.73 47.21 0.79 0.15
Hex 45 38 8 0 13 58 49 2F 4F F
Octal 105 70 10 0 23 130 111 57 117 17
Binary 1000101 111000 1000 0 10011 1011000 1001001 101111 1001111 1111

Color Harmonies of #453808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453808

Black with #453808

Text Example


Text Example

White with #453808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453808; }

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

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

background-color css

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

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

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

border-color css

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

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

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