Html Css Color HEX #4C391E Clinker

📋 copy color: '#4C391E'

red 76 ◦ green 57 ◦ blue 30

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

Shades of Clinker #4C391E

Tints of Clinker #4C391E

RGB

 RED value IS 76 (30.08% from 255) = 46.63%

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

 BLUE value IS 30 (12.11% from 255) = 18.4%

R = 46.63%
G = 34.97%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.70

RGB Variations

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

Color information

#4C391E (or 0x4C391E) is known color: Clinker. HEX triplet: 4C, 39 and 1E. RGB value is (76,57,30). Sum of RGB (Red+Green+Blue) = 76+57+30=163 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.63% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 76 - color contains mainly: red. Hex color #4C391E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C391E is #B3C6E1. Grayscale: #3B3B3B. Windows color (decimal): -11781858 or 1980748. OLE color: 1980748.

HSL color Cylindrical-coordinate representation of color #4C391E: hue angle of 35.22º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4C391E is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 57 30 -
CMYK 0 0.25 0.61 0.70
HSL 35.22º 0.43% 0.21% -
HSV(B) 35.22º 0.61% 0.3% -
XYZ 4.68 4.56 1.86 -
YUV 59.6 111.29 139.7 -
System Red Green Blue C M Y K H S L
Decimal 76 57 30 0 0.25 0.61 0.70 35.22 0.43 0.21
Hex 4C 39 1E 0 19 3D 46 23 2B 15
Octal 114 71 36 0 31 75 106 43 53 25
Binary 1001100 111001 11110 0 11001 111101 1000110 100011 101011 10101

Color Harmonies of #4C391E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C391E

Black with #4C391E

Text Example


Text Example

White with #4C391E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,57,30); }

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

background-color css

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

 a { background-color: rgb(76,57,30); }

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

border-color css

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

 span { border-color: rgb(76,57,30); }

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