Html Css Color HEX #423D02 Madras

📋 copy color: '#423D02'

red 66 ◦ green 61 ◦ blue 2

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

Shades of Madras #423D02

Tints of Madras #423D02

RGB

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

 GREEN value IS 61 (24.22% from 255) = 47.29%

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

R = 51.16%
G = 47.29%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#423D02 (or 0x423D02) is known color: Madras. HEX triplet: 42, 3D and 02. RGB value is (66,61,2). Sum of RGB (Red+Green+Blue) = 66+61+2=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 61 (24.22% from 255 or 47.29% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #423D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423D02 is #BDC2FD. Grayscale: #383838. Windows color (decimal): -12436222 or 146754. OLE color: 146754.

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

Color convert

RGB 66 61 2 -
CMYK 0 0.08 0.97 0.74
HSL 55.31º 0.94% 0.13% -
HSV(B) 55.31º 0.97% 0.26% -
XYZ 3.93 4.5 0.72 -
YUV 55.77 97.66 135.3 -
System Red Green Blue C M Y K H S L
Decimal 66 61 2 0 0.08 0.97 0.74 55.31 0.94 0.13
Hex 42 3D 2 0 8 61 4A 37 5E D
Octal 102 75 2 0 10 141 112 67 136 15
Binary 1000010 111101 10 0 1000 1100001 1001010 110111 1011110 1101

Color Harmonies of #423D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423D02

Black with #423D02

Text Example


Text Example

White with #423D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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