Html Css Color HEX #4F3D21 Clinker

📋 copy color: '#4F3D21'

red 79 ◦ green 61 ◦ blue 33

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

Shades of Clinker #4F3D21

Tints of Clinker #4F3D21

RGB

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

 GREEN value IS 61 (24.22% from 255) = 35.26%

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

R = 45.66%
G = 35.26%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#4F3D21 (or 0x4F3D21) is known color: Clinker. HEX triplet: 4F, 3D and 21. RGB value is (79,61,33). Sum of RGB (Red+Green+Blue) = 79+61+33=173 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.66% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3D21 is #B0C2DE. Grayscale: #3F3F3F. Windows color (decimal): -11584223 or 2178383. OLE color: 2178383.

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

Color convert

RGB 79 61 33 -
CMYK 0 0.23 0.58 0.69
HSL 36.52º 0.41% 0.22% -
HSV(B) 36.52º 0.58% 0.31% -
XYZ 5.17 5.11 2.15 -
YUV 63.19 110.96 139.28 -
System Red Green Blue C M Y K H S L
Decimal 79 61 33 0 0.23 0.58 0.69 36.52 0.41 0.22
Hex 4F 3D 21 0 17 3A 45 25 29 16
Octal 117 75 41 0 27 72 105 45 51 26
Binary 1001111 111101 100001 0 10111 111010 1000101 100101 101001 10110

Color Harmonies of #4F3D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3D21

Black with #4F3D21

Text Example


Text Example

White with #4F3D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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