Html Css Color HEX #4F371B Clinker

📋 copy color: '#4F371B'

red 79 ◦ green 55 ◦ blue 27

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

Shades of Clinker #4F371B

Tints of Clinker #4F371B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.77%

R = 49.07%
G = 34.16%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#4F371B (or 0x4F371B) is known color: Clinker. HEX triplet: 4F, 37 and 1B. RGB value is (79,55,27). Sum of RGB (Red+Green+Blue) = 79+55+27=161 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.07% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 79 - color contains mainly: red. Hex color #4F371B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F371B is #B0C8E4. Grayscale: #3B3B3B. Windows color (decimal): -11585765 or 1783631. OLE color: 1783631.

HSL color Cylindrical-coordinate representation of color #4F371B: hue angle of 32.31º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F371B is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 55 27 -
CMYK 0 0.30 0.66 0.69
HSL 32.31º 0.49% 0.21% -
HSV(B) 32.31º 0.66% 0.31% -
XYZ 4.79 4.47 1.65 -
YUV 58.98 109.95 142.28 -
System Red Green Blue C M Y K H S L
Decimal 79 55 27 0 0.30 0.66 0.69 32.31 0.49 0.21
Hex 4F 37 1B 0 1E 42 45 20 31 15
Octal 117 67 33 0 36 102 105 40 61 25
Binary 1001111 110111 11011 0 11110 1000010 1000101 100000 110001 10101

Color Harmonies of #4F371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F371B

Black with #4F371B

Text Example


Text Example

White with #4F371B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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