Html Css Color HEX #423A07 Madras

📋 copy color: '#423A07'

red 66 ◦ green 58 ◦ blue 7

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

Shades of Madras #423A07

Tints of Madras #423A07

RGB

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

 GREEN value IS 58 (23.05% from 255) = 44.27%

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

R = 50.38%
G = 44.27%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.74

RGB Variations

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

Color information

#423A07 (or 0x423A07) is known color: Madras. HEX triplet: 42, 3A and 07. RGB value is (66,58,7). Sum of RGB (Red+Green+Blue) = 66+58+7=131 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.38% from 131); Green value is 58 (23.05% from 255 or 44.27% from 131); Blue value is 7 (3.12% from 255 or 5.34% from 131); Max value from RGB is 66 - color contains mainly: red. Hex color #423A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423A07 is #BDC5F8. Grayscale: #363636. Windows color (decimal): -12436985 or 473666. OLE color: 473666.

HSL color Cylindrical-coordinate representation of color #423A07: hue angle of 51.86º 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 #423A07 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 58 7 -
CMYK 0 0.12 0.89 0.74
HSL 51.86º 0.81% 0.14% -
HSV(B) 51.86º 0.89% 0.26% -
XYZ 3.8 4.2 0.81 -
YUV 54.58 101.15 136.15 -
System Red Green Blue C M Y K H S L
Decimal 66 58 7 0 0.12 0.89 0.74 51.86 0.81 0.14
Hex 42 3A 7 0 C 59 4A 34 51 E
Octal 102 72 7 0 14 131 112 64 121 16
Binary 1000010 111010 111 0 1100 1011001 1001010 110100 1010001 1110

Color Harmonies of #423A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423A07

Black with #423A07

Text Example


Text Example

White with #423A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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