Html Css Color HEX #4F3C21 Clinker

📋 copy color: '#4F3C21'

red 79 ◦ green 60 ◦ blue 33

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

Shades of Clinker #4F3C21

Tints of Clinker #4F3C21

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.88%

 BLUE value IS 33 (13.28% from 255) = 19.19%

R = 45.93%
G = 34.88%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#4F3C21 (or 0x4F3C21) is known color: Clinker. HEX triplet: 4F, 3C and 21. RGB value is (79,60,33). Sum of RGB (Red+Green+Blue) = 79+60+33=172 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.93% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 33 (13.28% from 255 or 19.19% from 172); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3C21 is #B0C3DE. Grayscale: #3E3E3E. Windows color (decimal): -11584479 or 2178127. OLE color: 2178127.

HSL color Cylindrical-coordinate representation of color #4F3C21: hue angle of 35.22º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F3C21 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 60 33 -
CMYK 0 0.24 0.58 0.69
HSL 35.22º 0.41% 0.22% -
HSV(B) 35.22º 0.58% 0.31% -
XYZ 5.11 5 2.14 -
YUV 62.6 111.29 139.7 -
System Red Green Blue C M Y K H S L
Decimal 79 60 33 0 0.24 0.58 0.69 35.22 0.41 0.22
Hex 4F 3C 21 0 18 3A 45 23 29 16
Octal 117 74 41 0 30 72 105 43 51 26
Binary 1001111 111100 100001 0 11000 111010 1000101 100011 101001 10110

Color Harmonies of #4F3C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3C21

Black with #4F3C21

Text Example


Text Example

White with #4F3C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,60,33); }

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

background-color css

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

 a { background-color: rgb(79,60,33); }

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

border-color css

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

 span { border-color: rgb(79,60,33); }

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