Html Css Color HEX #4D3915 Clinker

📋 copy color: '#4D3915'

red 77 ◦ green 57 ◦ blue 21

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

Shades of Clinker #4D3915

Tints of Clinker #4D3915

RGB

 RED value IS 77 (30.47% from 255) = 49.68%

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

 BLUE value IS 21 (8.59% from 255) = 13.55%

R = 49.68%
G = 36.77%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.73

 K value IS 0.70

RGB Variations

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

Color information

#4D3915 (or 0x4D3915) is known color: Clinker. HEX triplet: 4D, 39 and 15. RGB value is (77,57,21). Sum of RGB (Red+Green+Blue) = 77+57+21=155 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.68% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3915 is #B2C6EA. Grayscale: #3B3B3B. Windows color (decimal): -11716331 or 1390925. OLE color: 1390925.

HSL color Cylindrical-coordinate representation of color #4D3915: hue angle of 38.57º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D3915 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 57 21 -
CMYK 0 0.26 0.73 0.70
HSL 38.57º 0.57% 0.19% -
HSV(B) 38.57º 0.73% 0.3% -
XYZ 4.66 4.56 1.34 -
YUV 58.88 106.63 140.93 -
System Red Green Blue C M Y K H S L
Decimal 77 57 21 0 0.26 0.73 0.70 38.57 0.57 0.19
Hex 4D 39 15 0 1A 49 46 27 39 13
Octal 115 71 25 0 32 111 106 47 71 23
Binary 1001101 111001 10101 0 11010 1001001 1000110 100111 111001 10011

Color Harmonies of #4D3915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3915

Black with #4D3915

Text Example


Text Example

White with #4D3915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,57,21); }

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

background-color css

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

 a { background-color: rgb(77,57,21); }

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

border-color css

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

 span { border-color: rgb(77,57,21); }

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