Html Css Color HEX #3F380D Madras

📋 copy color: '#3F380D'

red 63 ◦ green 56 ◦ blue 13

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

Shades of Madras #3F380D

Tints of Madras #3F380D

RGB

 RED value IS 63 (25% from 255) = 47.73%

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

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

R = 47.73%
G = 42.42%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.75

RGB Variations

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

Color information

#3F380D (or 0x3F380D) is known color: Madras. HEX triplet: 3F, 38 and 0D. RGB value is (63,56,13). Sum of RGB (Red+Green+Blue) = 63+56+13=132 (17% of max value = 765). Red value is 63 (25% from 255 or 47.73% from 132); Green value is 56 (22.27% from 255 or 42.42% from 132); Blue value is 13 (5.47% from 255 or 9.85% from 132); Max value from RGB is 63 - color contains mainly: red. Hex color #3F380D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F380D is #C0C7F2. Grayscale: #353535. Windows color (decimal): -12634099 or 866367. OLE color: 866367.

HSL color Cylindrical-coordinate representation of color #3F380D: hue angle of 51.6º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F380D is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 56 13 -
CMYK 0 0.11 0.79 0.75
HSL 51.6º 0.66% 0.15% -
HSV(B) 51.6º 0.79% 0.25% -
XYZ 3.54 3.91 0.95 -
YUV 53.19 105.32 135 -
System Red Green Blue C M Y K H S L
Decimal 63 56 13 0 0.11 0.79 0.75 51.6 0.66 0.15
Hex 3F 38 D 0 B 4F 4B 34 42 F
Octal 77 70 15 0 13 117 113 64 102 17
Binary 111111 111000 1101 0 1011 1001111 1001011 110100 1000010 1111

Color Harmonies of #3F380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F380D

Black with #3F380D

Text Example


Text Example

White with #3F380D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F380D; }

 p { color: rgb(63,56,13); }

 H1.HeaderClassName
 {
   color: #3F380D;
 }
 .AnyTagClassName
 {
   color: #3F380D;
 }
</style>

background-color css

<style>
 a { background-color: #3F380D; }

 a { background-color: rgb(63,56,13); }

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

border-color css

<style>
 span { border-color: #3F380D; }

 span { border-color: rgb(63,56,13); }

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