Html Css Color HEX #4F370D Clinker

📋 copy color: '#4F370D'

red 79 ◦ green 55 ◦ blue 13

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

Shades of Clinker #4F370D

Tints of Clinker #4F370D

RGB

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

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

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

R = 53.74%
G = 37.41%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#4F370D (or 0x4F370D) is known color: Clinker. HEX triplet: 4F, 37 and 0D. RGB value is (79,55,13). Sum of RGB (Red+Green+Blue) = 79+55+13=147 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.74% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 79 - color contains mainly: red. Hex color #4F370D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F370D is #B0C8F2. Grayscale: #393939. Windows color (decimal): -11585779 or 866127. OLE color: 866127.

HSL color Cylindrical-coordinate representation of color #4F370D: hue angle of 38.18º 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 #4F370D is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 55 13 -
CMYK 0 0.30 0.84 0.69
HSL 38.18º 0.72% 0.18% -
HSV(B) 38.18º 0.84% 0.31% -
XYZ 4.66 4.42 0.99 -
YUV 57.39 102.95 143.42 -
System Red Green Blue C M Y K H S L
Decimal 79 55 13 0 0.30 0.84 0.69 38.18 0.72 0.18
Hex 4F 37 D 0 1E 54 45 26 48 12
Octal 117 67 15 0 36 124 105 46 110 22
Binary 1001111 110111 1101 0 11110 1010100 1000101 100110 1001000 10010

Color Harmonies of #4F370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F370D

Black with #4F370D

Text Example


Text Example

White with #4F370D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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