Html Css Color HEX #453F1E Madras

📋 copy color: '#453F1E'

red 69 ◦ green 63 ◦ blue 30

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

Shades of Madras #453F1E

Tints of Madras #453F1E

RGB

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

 GREEN value IS 63 (25% from 255) = 38.89%

 BLUE value IS 30 (12.11% from 255) = 18.52%

R = 42.59%
G = 38.89%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#453F1E (or 0x453F1E) is known color: Madras. HEX triplet: 45, 3F and 1E. RGB value is (69,63,30). Sum of RGB (Red+Green+Blue) = 69+63+30=162 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.59% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 69 - color contains mainly: red. Hex color #453F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453F1E is #BAC0E1. Grayscale: #3D3D3D. Windows color (decimal): -12239074 or 1982277. OLE color: 1982277.

HSL color Cylindrical-coordinate representation of color #453F1E: hue angle of 50.77º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #453F1E is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 63 30 -
CMYK 0 0.09 0.57 0.73
HSL 50.77º 0.39% 0.19% -
HSV(B) 50.77º 0.57% 0.27% -
XYZ 4.47 4.91 1.94 -
YUV 61.03 110.49 133.68 -
System Red Green Blue C M Y K H S L
Decimal 69 63 30 0 0.09 0.57 0.73 50.77 0.39 0.19
Hex 45 3F 1E 0 9 39 49 33 27 13
Octal 105 77 36 0 11 71 111 63 47 23
Binary 1000101 111111 11110 0 1001 111001 1001001 110011 100111 10011

Color Harmonies of #453F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453F1E

Black with #453F1E

Text Example


Text Example

White with #453F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453F1E; }

 p { color: rgb(69,63,30); }

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

background-color css

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

 a { background-color: rgb(69,63,30); }

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

border-color css

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

 span { border-color: rgb(69,63,30); }

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