Html Css Color HEX #423A03 Madras

📋 copy color: '#423A03'

red 66 ◦ green 58 ◦ blue 3

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

Shades of Madras #423A03

Tints of Madras #423A03

RGB

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

 GREEN value IS 58 (23.05% from 255) = 45.67%

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

R = 51.97%
G = 45.67%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.74

RGB Variations

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

Color information

#423A03 (or 0x423A03) is known color: Madras. HEX triplet: 42, 3A and 03. RGB value is (66,58,3). Sum of RGB (Red+Green+Blue) = 66+58+3=127 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.97% from 127); Green value is 58 (23.05% from 255 or 45.67% from 127); Blue value is 3 (1.56% from 255 or 2.36% from 127); Max value from RGB is 66 - color contains mainly: red. Hex color #423A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423A03 is #BDC5FC. Grayscale: #363636. Windows color (decimal): -12436989 or 211522. OLE color: 211522.

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

Color convert

RGB 66 58 3 -
CMYK 0 0.12 0.95 0.74
HSL 52.38º 0.91% 0.14% -
HSV(B) 52.38º 0.95% 0.26% -
XYZ 3.78 4.19 0.7 -
YUV 54.12 99.15 136.47 -
System Red Green Blue C M Y K H S L
Decimal 66 58 3 0 0.12 0.95 0.74 52.38 0.91 0.14
Hex 42 3A 3 0 C 5F 4A 34 5B E
Octal 102 72 3 0 14 137 112 64 133 16
Binary 1000010 111010 11 0 1100 1011111 1001010 110100 1011011 1110

Color Harmonies of #423A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423A03

Black with #423A03

Text Example


Text Example

White with #423A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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