Html Css Color HEX #43370C Madras

📋 copy color: '#43370C'

red 67 ◦ green 55 ◦ blue 12

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

Shades of Madras #43370C

Tints of Madras #43370C

RGB

 RED value IS 67 (26.56% from 255) = 50%

 GREEN value IS 55 (21.88% from 255) = 41.04%

 BLUE value IS 12 (5.08% from 255) = 8.96%

R = 50%
G = 41.04%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.74

RGB Variations

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

Color information

#43370C (or 0x43370C) is known color: Madras. HEX triplet: 43, 37 and 0C. RGB value is (67,55,12). Sum of RGB (Red+Green+Blue) = 67+55+12=134 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50% from 134); Green value is 55 (21.88% from 255 or 41.04% from 134); Blue value is 12 (5.08% from 255 or 8.96% from 134); Max value from RGB is 67 - color contains mainly: red. Hex color #43370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43370C is #BCC8F3. Grayscale: #353535. Windows color (decimal): -12372212 or 800579. OLE color: 800579.

HSL color Cylindrical-coordinate representation of color #43370C: hue angle of 46.91º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #43370C is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 55 12 -
CMYK 0 0.18 0.82 0.74
HSL 46.91º 0.7% 0.15% -
HSV(B) 46.91º 0.82% 0.26% -
XYZ 3.75 3.95 0.91 -
YUV 53.69 104.48 137.5 -
System Red Green Blue C M Y K H S L
Decimal 67 55 12 0 0.18 0.82 0.74 46.91 0.7 0.15
Hex 43 37 C 0 12 52 4A 2F 46 F
Octal 103 67 14 0 22 122 112 57 106 17
Binary 1000011 110111 1100 0 10010 1010010 1001010 101111 1000110 1111

Color Harmonies of #43370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43370C

Black with #43370C

Text Example


Text Example

White with #43370C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43370C; }

 p { color: rgb(67,55,12); }

 H1.HeaderClassName
 {
   color: #43370C;
 }
 .AnyTagClassName
 {
   color: #43370C;
 }
</style>

background-color css

<style>
 a { background-color: #43370C; }

 a { background-color: rgb(67,55,12); }

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

border-color css

<style>
 span { border-color: #43370C; }

 span { border-color: rgb(67,55,12); }

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