Html Css Color HEX #423D0B Madras

📋 copy color: '#423D0B'

red 66 ◦ green 61 ◦ blue 11

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

Shades of Madras #423D0B

Tints of Madras #423D0B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 44.2%

 BLUE value IS 11 (4.69% from 255) = 7.97%

R = 47.83%
G = 44.2%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.83

 K value IS 0.74

RGB Variations

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

Color information

#423D0B (or 0x423D0B) is known color: Madras. HEX triplet: 42, 3D and 0B. RGB value is (66,61,11). Sum of RGB (Red+Green+Blue) = 66+61+11=138 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.83% from 138); Green value is 61 (24.22% from 255 or 44.20% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 66 - color contains mainly: red. Hex color #423D0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423D0B is #BDC2F4. Grayscale: #383838. Windows color (decimal): -12436213 or 736578. OLE color: 736578.

HSL color Cylindrical-coordinate representation of color #423D0B: hue angle of 54.55º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #423D0B is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 61 11 -
CMYK 0 0.08 0.83 0.74
HSL 54.55º 0.71% 0.15% -
HSV(B) 54.55º 0.83% 0.26% -
XYZ 3.98 4.52 0.98 -
YUV 56.8 102.16 134.57 -
System Red Green Blue C M Y K H S L
Decimal 66 61 11 0 0.08 0.83 0.74 54.55 0.71 0.15
Hex 42 3D B 0 8 53 4A 37 47 F
Octal 102 75 13 0 10 123 112 67 107 17
Binary 1000010 111101 1011 0 1000 1010011 1001010 110111 1000111 1111

Color Harmonies of #423D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423D0B

Black with #423D0B

Text Example


Text Example

White with #423D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,61,11); }

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

background-color css

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

 a { background-color: rgb(66,61,11); }

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

border-color css

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

 span { border-color: rgb(66,61,11); }

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