Html Css Color HEX #43380B Madras

📋 copy color: '#43380B'

red 67 ◦ green 56 ◦ blue 11

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

Shades of Madras #43380B

Tints of Madras #43380B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 41.79%

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

R = 50%
G = 41.79%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.74

RGB Variations

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

Color information

#43380B (or 0x43380B) is known color: Madras. HEX triplet: 43, 38 and 0B. RGB value is (67,56,11). Sum of RGB (Red+Green+Blue) = 67+56+11=134 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50% from 134); Green value is 56 (22.27% from 255 or 41.79% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 67 - color contains mainly: red. Hex color #43380B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43380B is #BCC7F4. Grayscale: #363636. Windows color (decimal): -12371957 or 735299. OLE color: 735299.

HSL color Cylindrical-coordinate representation of color #43380B: hue angle of 48.21º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #43380B is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 56 11 -
CMYK 0 0.16 0.84 0.74
HSL 48.21º 0.72% 0.15% -
HSV(B) 48.21º 0.84% 0.26% -
XYZ 3.79 4.05 0.9 -
YUV 54.16 103.64 137.16 -
System Red Green Blue C M Y K H S L
Decimal 67 56 11 0 0.16 0.84 0.74 48.21 0.72 0.15
Hex 43 38 B 0 10 54 4A 30 48 F
Octal 103 70 13 0 20 124 112 60 110 17
Binary 1000011 111000 1011 0 10000 1010100 1001010 110000 1001000 1111

Color Harmonies of #43380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43380B

Black with #43380B

Text Example


Text Example

White with #43380B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43380B; }

 p { color: rgb(67,56,11); }

 H1.HeaderClassName
 {
   color: #43380B;
 }
 .AnyTagClassName
 {
   color: #43380B;
 }
</style>

background-color css

<style>
 a { background-color: #43380B; }

 a { background-color: rgb(67,56,11); }

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

border-color css

<style>
 span { border-color: #43380B; }

 span { border-color: rgb(67,56,11); }

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