Html Css Color HEX #4D3925 Clinker

📋 copy color: '#4D3925'

red 77 ◦ green 57 ◦ blue 37

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

Shades of Clinker #4D3925

Tints of Clinker #4D3925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.64%

R = 45.03%
G = 33.33%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.70

RGB Variations

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

Color information

#4D3925 (or 0x4D3925) is known color: Clinker. HEX triplet: 4D, 39 and 25. RGB value is (77,57,37). Sum of RGB (Red+Green+Blue) = 77+57+37=171 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.03% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3925 is #B2C6DA. Grayscale: #3C3C3C. Windows color (decimal): -11716315 or 2439501. OLE color: 2439501.

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

Color convert

RGB 77 57 37 -
CMYK 0 0.26 0.52 0.70
HSL 30º 0.35% 0.22% -
HSV(B) 30º 0.52% 0.3% -
XYZ 4.86 4.64 2.39 -
YUV 60.7 114.63 139.63 -
System Red Green Blue C M Y K H S L
Decimal 77 57 37 0 0.26 0.52 0.70 30 0.35 0.22
Hex 4D 39 25 0 1A 34 46 1E 23 16
Octal 115 71 45 0 32 64 106 36 43 26
Binary 1001101 111001 100101 0 11010 110100 1000110 11110 100011 10110

Color Harmonies of #4D3925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3925

Black with #4D3925

Text Example


Text Example

White with #4D3925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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