Html Css Color HEX #4D3920 Clinker

📋 copy color: '#4D3920'

red 77 ◦ green 57 ◦ blue 32

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

Shades of Clinker #4D3920

Tints of Clinker #4D3920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 19.28%

R = 46.39%
G = 34.34%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.70

RGB Variations

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

Color information

#4D3920 (or 0x4D3920) is known color: Clinker. HEX triplet: 4D, 39 and 20. RGB value is (77,57,32). Sum of RGB (Red+Green+Blue) = 77+57+32=166 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.39% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3920 is #B2C6DF. Grayscale: #3C3C3C. Windows color (decimal): -11716320 or 2111821. OLE color: 2111821.

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

Color convert

RGB 77 57 32 -
CMYK 0 0.26 0.58 0.70
HSL 33.33º 0.41% 0.21% -
HSV(B) 33.33º 0.58% 0.3% -
XYZ 4.78 4.61 2 -
YUV 60.13 112.13 140.03 -
System Red Green Blue C M Y K H S L
Decimal 77 57 32 0 0.26 0.58 0.70 33.33 0.41 0.21
Hex 4D 39 20 0 1A 3A 46 21 29 15
Octal 115 71 40 0 32 72 106 41 51 25
Binary 1001101 111001 100000 0 11010 111010 1000110 100001 101001 10101

Color Harmonies of #4D3920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3920

Black with #4D3920

Text Example


Text Example

White with #4D3920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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