Html Css Color HEX #4F391B Clinker

📋 copy color: '#4F391B'

red 79 ◦ green 57 ◦ blue 27

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

Shades of Clinker #4F391B

Tints of Clinker #4F391B

RGB

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

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

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

R = 48.47%
G = 34.97%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#4F391B (or 0x4F391B) is known color: Clinker. HEX triplet: 4F, 39 and 1B. RGB value is (79,57,27). Sum of RGB (Red+Green+Blue) = 79+57+27=163 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.47% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 79 - color contains mainly: red. Hex color #4F391B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F391B is #B0C6E4. Grayscale: #3C3C3C. Windows color (decimal): -11585253 or 1784143. OLE color: 1784143.

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

Color convert

RGB 79 57 27 -
CMYK 0 0.28 0.66 0.69
HSL 34.62º 0.49% 0.21% -
HSV(B) 34.62º 0.66% 0.31% -
XYZ 4.89 4.67 1.68 -
YUV 60.16 109.29 141.44 -
System Red Green Blue C M Y K H S L
Decimal 79 57 27 0 0.28 0.66 0.69 34.62 0.49 0.21
Hex 4F 39 1B 0 1C 42 45 23 31 15
Octal 117 71 33 0 34 102 105 43 61 25
Binary 1001111 111001 11011 0 11100 1000010 1000101 100011 110001 10101

Color Harmonies of #4F391B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F391B

Black with #4F391B

Text Example


Text Example

White with #4F391B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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