Html Css Color HEX #4F3B1D Clinker

📋 copy color: '#4F3B1D'

red 79 ◦ green 59 ◦ blue 29

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

Shades of Clinker #4F3B1D

Tints of Clinker #4F3B1D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 35.33%

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

R = 47.31%
G = 35.33%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.69

RGB Variations

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

Color information

#4F3B1D (or 0x4F3B1D) is known color: Clinker. HEX triplet: 4F, 3B and 1D. RGB value is (79,59,29). Sum of RGB (Red+Green+Blue) = 79+59+29=167 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.31% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3B1D is #B0C4E2. Grayscale: #3D3D3D. Windows color (decimal): -11584739 or 1915727. OLE color: 1915727.

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

Color convert

RGB 79 59 29 -
CMYK 0 0.25 0.63 0.69
HSL 36º 0.46% 0.21% -
HSV(B) 36º 0.63% 0.31% -
XYZ 5.01 4.88 1.84 -
YUV 61.56 109.63 140.44 -
System Red Green Blue C M Y K H S L
Decimal 79 59 29 0 0.25 0.63 0.69 36 0.46 0.21
Hex 4F 3B 1D 0 19 3F 45 24 2E 15
Octal 117 73 35 0 31 77 105 44 56 25
Binary 1001111 111011 11101 0 11001 111111 1000101 100100 101110 10101

Color Harmonies of #4F3B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3B1D

Black with #4F3B1D

Text Example


Text Example

White with #4F3B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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