Html Css Color HEX #423C02 Madras

📋 copy color: '#423C02'

red 66 ◦ green 60 ◦ blue 2

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

Shades of Madras #423C02

Tints of Madras #423C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.56%

R = 51.56%
G = 46.88%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#423C02 (or 0x423C02) is known color: Madras. HEX triplet: 42, 3C and 02. RGB value is (66,60,2). Sum of RGB (Red+Green+Blue) = 66+60+2=128 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.56% from 128); Green value is 60 (23.83% from 255 or 46.88% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 66 - color contains mainly: red. Hex color #423C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423C02 is #BDC3FD. Grayscale: #373737. Windows color (decimal): -12436478 or 146498. OLE color: 146498.

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

Color convert

RGB 66 60 2 -
CMYK 0 0.09 0.97 0.74
HSL 54.38º 0.94% 0.13% -
HSV(B) 54.38º 0.97% 0.26% -
XYZ 3.87 4.39 0.7 -
YUV 55.18 97.99 135.72 -
System Red Green Blue C M Y K H S L
Decimal 66 60 2 0 0.09 0.97 0.74 54.38 0.94 0.13
Hex 42 3C 2 0 9 61 4A 36 5E D
Octal 102 74 2 0 11 141 112 66 136 15
Binary 1000010 111100 10 0 1001 1100001 1001010 110110 1011110 1101

Color Harmonies of #423C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423C02

Black with #423C02

Text Example


Text Example

White with #423C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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