Html Css Color HEX #423B0D Madras

📋 copy color: '#423B0D'

red 66 ◦ green 59 ◦ blue 13

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

Shades of Madras #423B0D

Tints of Madras #423B0D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 42.75%

 BLUE value IS 13 (5.47% from 255) = 9.42%

R = 47.83%
G = 42.75%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.74

RGB Variations

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

Color information

#423B0D (or 0x423B0D) is known color: Madras. HEX triplet: 42, 3B and 0D. RGB value is (66,59,13). Sum of RGB (Red+Green+Blue) = 66+59+13=138 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.83% from 138); Green value is 59 (23.44% from 255 or 42.75% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 66 - color contains mainly: red. Hex color #423B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423B0D is #BDC4F2. Grayscale: #383838. Windows color (decimal): -12436723 or 867138. OLE color: 867138.

HSL color Cylindrical-coordinate representation of color #423B0D: hue angle of 52.08º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #423B0D is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 59 13 -
CMYK 0 0.11 0.80 0.74
HSL 52.08º 0.67% 0.15% -
HSV(B) 52.08º 0.8% 0.26% -
XYZ 3.88 4.32 1.01 -
YUV 55.85 103.82 135.24 -
System Red Green Blue C M Y K H S L
Decimal 66 59 13 0 0.11 0.80 0.74 52.08 0.67 0.15
Hex 42 3B D 0 B 50 4A 34 43 F
Octal 102 73 15 0 13 120 112 64 103 17
Binary 1000010 111011 1101 0 1011 1010000 1001010 110100 1000011 1111

Color Harmonies of #423B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423B0D

Black with #423B0D

Text Example


Text Example

White with #423B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,59,13); }

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

background-color css

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

 a { background-color: rgb(66,59,13); }

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

border-color css

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

 span { border-color: rgb(66,59,13); }

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