Html Css Color HEX #4D3710 Clinker

📋 copy color: '#4D3710'

red 77 ◦ green 55 ◦ blue 16

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

Shades of Clinker #4D3710

Tints of Clinker #4D3710

RGB

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

 GREEN value IS 55 (21.88% from 255) = 37.16%

 BLUE value IS 16 (6.64% from 255) = 10.81%

R = 52.03%
G = 37.16%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.70

RGB Variations

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

Color information

#4D3710 (or 0x4D3710) is known color: Clinker. HEX triplet: 4D, 37 and 10. RGB value is (77,55,16). Sum of RGB (Red+Green+Blue) = 77+55+16=148 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.03% from 148); Green value is 55 (21.88% from 255 or 37.16% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3710 is #B2C8EF. Grayscale: #393939. Windows color (decimal): -11716848 or 1062733. OLE color: 1062733.

HSL color Cylindrical-coordinate representation of color #4D3710: hue angle of 38.36º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D3710 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 55 16 -
CMYK 0 0.29 0.79 0.70
HSL 38.36º 0.66% 0.18% -
HSV(B) 38.36º 0.79% 0.3% -
XYZ 4.52 4.35 1.09 -
YUV 57.13 104.79 142.17 -
System Red Green Blue C M Y K H S L
Decimal 77 55 16 0 0.29 0.79 0.70 38.36 0.66 0.18
Hex 4D 37 10 0 1D 4F 46 26 42 12
Octal 115 67 20 0 35 117 106 46 102 22
Binary 1001101 110111 10000 0 11101 1001111 1000110 100110 1000010 10010

Color Harmonies of #4D3710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3710

Black with #4D3710

Text Example


Text Example

White with #4D3710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,55,16); }

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

background-color css

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

 a { background-color: rgb(77,55,16); }

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

border-color css

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

 span { border-color: rgb(77,55,16); }

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