Html Css Color HEX #423C03 Madras

📋 copy color: '#423C03'

red 66 ◦ green 60 ◦ blue 3

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

Shades of Madras #423C03

Tints of Madras #423C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.33%

R = 51.16%
G = 46.51%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.74

RGB Variations

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

Color information

#423C03 (or 0x423C03) is known color: Madras. HEX triplet: 42, 3C and 03. RGB value is (66,60,3). Sum of RGB (Red+Green+Blue) = 66+60+3=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 60 (23.83% from 255 or 46.51% from 129); Blue value is 3 (1.56% from 255 or 2.33% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #423C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423C03 is #BDC3FC. Grayscale: #373737. Windows color (decimal): -12436477 or 212034. OLE color: 212034.

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

Color convert

RGB 66 60 3 -
CMYK 0 0.09 0.95 0.74
HSL 54.29º 0.91% 0.14% -
HSV(B) 54.29º 0.95% 0.26% -
XYZ 3.88 4.4 0.73 -
YUV 55.3 98.49 135.63 -
System Red Green Blue C M Y K H S L
Decimal 66 60 3 0 0.09 0.95 0.74 54.29 0.91 0.14
Hex 42 3C 3 0 9 5F 4A 36 5B E
Octal 102 74 3 0 11 137 112 66 133 16
Binary 1000010 111100 11 0 1001 1011111 1001010 110110 1011011 1110

Color Harmonies of #423C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423C03

Black with #423C03

Text Example


Text Example

White with #423C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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