Html Css Color HEX #423F02 Madras

📋 copy color: '#423F02'

red 66 ◦ green 63 ◦ blue 2

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

Shades of Madras #423F02

Tints of Madras #423F02

RGB

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

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

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

R = 50.38%
G = 48.09%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#423F02 (or 0x423F02) is known color: Madras. HEX triplet: 42, 3F and 02. RGB value is (66,63,2). Sum of RGB (Red+Green+Blue) = 66+63+2=131 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.38% from 131); Green value is 63 (25% from 255 or 48.09% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 66 - color contains mainly: red. Hex color #423F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423F02 is #BDC0FD. Grayscale: #393939. Windows color (decimal): -12435710 or 147266. OLE color: 147266.

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

Color convert

RGB 66 63 2 -
CMYK 0 0.05 0.97 0.74
HSL 57.19º 0.94% 0.13% -
HSV(B) 57.19º 0.97% 0.26% -
XYZ 4.04 4.72 0.76 -
YUV 56.94 96.99 134.46 -
System Red Green Blue C M Y K H S L
Decimal 66 63 2 0 0.05 0.97 0.74 57.19 0.94 0.13
Hex 42 3F 2 0 5 61 4A 39 5E D
Octal 102 77 2 0 5 141 112 71 136 15
Binary 1000010 111111 10 0 101 1100001 1001010 111001 1011110 1101

Color Harmonies of #423F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423F02

Black with #423F02

Text Example


Text Example

White with #423F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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