Html Css Color HEX #4F381D Clinker

📋 copy color: '#4F381D'

red 79 ◦ green 56 ◦ blue 29

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

Shades of Clinker #4F381D

Tints of Clinker #4F381D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.15%

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

R = 48.17%
G = 34.15%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.69

RGB Variations

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

Color information

#4F381D (or 0x4F381D) is known color: Clinker. HEX triplet: 4F, 38 and 1D. RGB value is (79,56,29). Sum of RGB (Red+Green+Blue) = 79+56+29=164 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.17% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 79 - color contains mainly: red. Hex color #4F381D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F381D is #B0C7E2. Grayscale: #3B3B3B. Windows color (decimal): -11585507 or 1914959. OLE color: 1914959.

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

Color convert

RGB 79 56 29 -
CMYK 0 0.29 0.63 0.69
HSL 32.4º 0.46% 0.21% -
HSV(B) 32.4º 0.63% 0.31% -
XYZ 4.86 4.58 1.79 -
YUV 59.8 110.62 141.7 -
System Red Green Blue C M Y K H S L
Decimal 79 56 29 0 0.29 0.63 0.69 32.4 0.46 0.21
Hex 4F 38 1D 0 1D 3F 45 20 2E 15
Octal 117 70 35 0 35 77 105 40 56 25
Binary 1001111 111000 11101 0 11101 111111 1000101 100000 101110 10101

Color Harmonies of #4F381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F381D

Black with #4F381D

Text Example


Text Example

White with #4F381D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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