Html Css Color HEX #403B22 Madras

📋 copy color: '#403B22'

red 64 ◦ green 59 ◦ blue 34

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

Shades of Madras #403B22

Tints of Madras #403B22

RGB

 RED value IS 64 (25.39% from 255) = 40.76%

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

 BLUE value IS 34 (13.67% from 255) = 21.66%

R = 40.76%
G = 37.58%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.75

RGB Variations

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

Color information

#403B22 (or 0x403B22) is known color: Madras. HEX triplet: 40, 3B and 22. RGB value is (64,59,34). Sum of RGB (Red+Green+Blue) = 64+59+34=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 59 (23.44% from 255 or 37.58% from 157); Blue value is 34 (13.67% from 255 or 21.66% from 157); Max value from RGB is 64 - color contains mainly: red. Hex color #403B22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B22 is #BFC4DD. Grayscale: #393939. Windows color (decimal): -12567774 or 2243392. OLE color: 2243392.

HSL color Cylindrical-coordinate representation of color #403B22: hue angle of 50º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #403B22 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 59 34 -
CMYK 0 0.08 0.47 0.75
HSL 50º 0.31% 0.19% -
HSV(B) 50º 0.47% 0.25% -
XYZ 3.97 4.33 2.14 -
YUV 57.65 114.66 132.53 -
System Red Green Blue C M Y K H S L
Decimal 64 59 34 0 0.08 0.47 0.75 50 0.31 0.19
Hex 40 3B 22 0 8 2F 4B 32 1F 13
Octal 100 73 42 0 10 57 113 62 37 23
Binary 1000000 111011 100010 0 1000 101111 1001011 110010 11111 10011

Color Harmonies of #403B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403B22

Black with #403B22

Text Example


Text Example

White with #403B22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403B22; }

 p { color: rgb(64,59,34); }

 H1.HeaderClassName
 {
   color: #403B22;
 }
 .AnyTagClassName
 {
   color: #403B22;
 }
</style>

background-color css

<style>
 a { background-color: #403B22; }

 a { background-color: rgb(64,59,34); }

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

border-color css

<style>
 span { border-color: #403B22; }

 span { border-color: rgb(64,59,34); }

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