Html Css Color HEX #4F391D Clinker

📋 copy color: '#4F391D'

red 79 ◦ green 57 ◦ blue 29

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

Shades of Clinker #4F391D

Tints of Clinker #4F391D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 34.55%

 BLUE value IS 29 (11.72% from 255) = 17.58%

R = 47.88%
G = 34.55%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.69

RGB Variations

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

Color information

#4F391D (or 0x4F391D) is known color: Clinker. HEX triplet: 4F, 39 and 1D. RGB value is (79,57,29). Sum of RGB (Red+Green+Blue) = 79+57+29=165 (21% of max value = 765). Red value is 79 (31.25% from 255 or 47.88% from 165); Green value is 57 (22.66% from 255 or 34.55% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 79 - color contains mainly: red. Hex color #4F391D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F391D is #B0C6E2. Grayscale: #3C3C3C. Windows color (decimal): -11585251 or 1915215. OLE color: 1915215.

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

Color convert

RGB 79 57 29 -
CMYK 0 0.28 0.63 0.69
HSL 33.6º 0.46% 0.21% -
HSV(B) 33.6º 0.63% 0.31% -
XYZ 4.91 4.68 1.81 -
YUV 60.39 110.29 141.28 -
System Red Green Blue C M Y K H S L
Decimal 79 57 29 0 0.28 0.63 0.69 33.6 0.46 0.21
Hex 4F 39 1D 0 1C 3F 45 22 2E 15
Octal 117 71 35 0 34 77 105 42 56 25
Binary 1001111 111001 11101 0 11100 111111 1000101 100010 101110 10101

Color Harmonies of #4F391D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F391D

Black with #4F391D

Text Example


Text Example

White with #4F391D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,57,29); }

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

background-color css

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

 a { background-color: rgb(79,57,29); }

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

border-color css

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

 span { border-color: rgb(79,57,29); }

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