Html Css Color HEX #4F381A Clinker

📋 copy color: '#4F381A'

red 79 ◦ green 56 ◦ blue 26

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

Shades of Clinker #4F381A

Tints of Clinker #4F381A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.15%

R = 49.07%
G = 34.78%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#4F381A (or 0x4F381A) is known color: Clinker. HEX triplet: 4F, 38 and 1A. RGB value is (79,56,26). Sum of RGB (Red+Green+Blue) = 79+56+26=161 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.07% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 79 - color contains mainly: red. Hex color #4F381A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F381A is #B0C7E5. Grayscale: #3B3B3B. Windows color (decimal): -11585510 or 1718351. OLE color: 1718351.

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

Color convert

RGB 79 56 26 -
CMYK 0 0.29 0.67 0.69
HSL 33.96º 0.5% 0.21% -
HSV(B) 33.96º 0.67% 0.31% -
XYZ 4.83 4.57 1.6 -
YUV 59.46 109.12 141.94 -
System Red Green Blue C M Y K H S L
Decimal 79 56 26 0 0.29 0.67 0.69 33.96 0.5 0.21
Hex 4F 38 1A 0 1D 43 45 22 32 15
Octal 117 70 32 0 35 103 105 42 62 25
Binary 1001111 111000 11010 0 11101 1000011 1000101 100010 110010 10101

Color Harmonies of #4F381A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F381A

Black with #4F381A

Text Example


Text Example

White with #4F381A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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