Html Css Color HEX #423C07 Madras

📋 copy color: '#423C07'

red 66 ◦ green 60 ◦ blue 7

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

Shades of Madras #423C07

Tints of Madras #423C07

RGB

 RED value IS 66 (26.17% from 255) = 49.62%

 GREEN value IS 60 (23.83% from 255) = 45.11%

 BLUE value IS 7 (3.13% from 255) = 5.26%

R = 49.62%
G = 45.11%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.74

RGB Variations

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

Color information

#423C07 (or 0x423C07) is known color: Madras. HEX triplet: 42, 3C and 07. RGB value is (66,60,7). Sum of RGB (Red+Green+Blue) = 66+60+7=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 60 (23.83% from 255 or 45.11% from 133); Blue value is 7 (3.12% from 255 or 5.26% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #423C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423C07 is #BDC3F8. Grayscale: #373737. Windows color (decimal): -12436473 or 474178. OLE color: 474178.

HSL color Cylindrical-coordinate representation of color #423C07: hue angle of 53.9º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #423C07 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 60 7 -
CMYK 0 0.09 0.89 0.74
HSL 53.9º 0.81% 0.14% -
HSV(B) 53.9º 0.89% 0.26% -
XYZ 3.9 4.41 0.85 -
YUV 55.75 100.49 135.31 -
System Red Green Blue C M Y K H S L
Decimal 66 60 7 0 0.09 0.89 0.74 53.9 0.81 0.14
Hex 42 3C 7 0 9 59 4A 36 51 E
Octal 102 74 7 0 11 131 112 66 121 16
Binary 1000010 111100 111 0 1001 1011001 1001010 110110 1010001 1110

Color Harmonies of #423C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423C07

Black with #423C07

Text Example


Text Example

White with #423C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423C07; }

 p { color: rgb(66,60,7); }

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

background-color css

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

 a { background-color: rgb(66,60,7); }

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

border-color css

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

 span { border-color: rgb(66,60,7); }

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