Html Css Color HEX #423A0F Madras

📋 copy color: '#423A0F'

red 66 ◦ green 58 ◦ blue 15

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

Shades of Madras #423A0F

Tints of Madras #423A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.79%

R = 47.48%
G = 41.73%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#423A0F (or 0x423A0F) is known color: Madras. HEX triplet: 42, 3A and 0F. RGB value is (66,58,15). Sum of RGB (Red+Green+Blue) = 66+58+15=139 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.48% from 139); Green value is 58 (23.05% from 255 or 41.73% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 66 - color contains mainly: red. Hex color #423A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423A0F is #BDC5F0. Grayscale: #373737. Windows color (decimal): -12436977 or 997954. OLE color: 997954.

HSL color Cylindrical-coordinate representation of color #423A0F: hue angle of 50.59º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #423A0F is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 58 15 -
CMYK 0 0.12 0.77 0.74
HSL 50.59º 0.63% 0.16% -
HSV(B) 50.59º 0.77% 0.26% -
XYZ 3.85 4.22 1.06 -
YUV 55.49 105.15 135.5 -
System Red Green Blue C M Y K H S L
Decimal 66 58 15 0 0.12 0.77 0.74 50.59 0.63 0.16
Hex 42 3A F 0 C 4D 4A 33 3F 10
Octal 102 72 17 0 14 115 112 63 77 20
Binary 1000010 111010 1111 0 1100 1001101 1001010 110011 111111 10000

Color Harmonies of #423A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423A0F

Black with #423A0F

Text Example


Text Example

White with #423A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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