Html Css Color HEX #4F380D Madras

📋 copy color: '#4F380D'

red 79 ◦ green 56 ◦ blue 13

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

Shades of Madras #4F380D

Tints of Madras #4F380D

RGB

 RED value IS 79 (31.25% from 255) = 53.38%

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

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

R = 53.38%
G = 37.84%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#4F380D (or 0x4F380D) is known color: Madras. HEX triplet: 4F, 38 and 0D. RGB value is (79,56,13). Sum of RGB (Red+Green+Blue) = 79+56+13=148 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.38% from 148); Green value is 56 (22.27% from 255 or 37.84% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 79 - color contains mainly: red. Hex color #4F380D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F380D is #B0C7F2. Grayscale: #3A3A3A. Windows color (decimal): -11585523 or 866383. OLE color: 866383.

HSL color Cylindrical-coordinate representation of color #4F380D: hue angle of 39.09º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F380D is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 56 13 -
CMYK 0 0.29 0.84 0.69
HSL 39.09º 0.72% 0.18% -
HSV(B) 39.09º 0.84% 0.31% -
XYZ 4.71 4.52 1 -
YUV 57.98 102.62 143 -
System Red Green Blue C M Y K H S L
Decimal 79 56 13 0 0.29 0.84 0.69 39.09 0.72 0.18
Hex 4F 38 D 0 1D 54 45 27 48 12
Octal 117 70 15 0 35 124 105 47 110 22
Binary 1001111 111000 1101 0 11101 1010100 1000101 100111 1001000 10010

Color Harmonies of #4F380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F380D

Black with #4F380D

Text Example


Text Example

White with #4F380D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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