Html Css Color HEX #423602 Madras

📋 copy color: '#423602'

red 66 ◦ green 54 ◦ blue 2

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

Shades of Madras #423602

Tints of Madras #423602

RGB

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

 GREEN value IS 54 (21.48% from 255) = 44.26%

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

R = 54.1%
G = 44.26%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#423602 (or 0x423602) is known color: Madras. HEX triplet: 42, 36 and 02. RGB value is (66,54,2). Sum of RGB (Red+Green+Blue) = 66+54+2=122 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.10% from 122); Green value is 54 (21.48% from 255 or 44.26% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 66 - color contains mainly: red. Hex color #423602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423602 is #BDC9FD. Grayscale: #333333. Windows color (decimal): -12438014 or 144962. OLE color: 144962.

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

Color convert

RGB 66 54 2 -
CMYK 0 0.18 0.97 0.74
HSL 48.75º 0.94% 0.13% -
HSV(B) 48.75º 0.97% 0.26% -
XYZ 3.58 3.8 0.6 -
YUV 51.66 99.98 138.23 -
System Red Green Blue C M Y K H S L
Decimal 66 54 2 0 0.18 0.97 0.74 48.75 0.94 0.13
Hex 42 36 2 0 12 61 4A 31 5E D
Octal 102 66 2 0 22 141 112 61 136 15
Binary 1000010 110110 10 0 10010 1100001 1001010 110001 1011110 1101

Color Harmonies of #423602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423602

Black with #423602

Text Example


Text Example

White with #423602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423602; }

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

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

background-color css

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

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

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

border-color css

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

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

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