Html Css Color HEX #4D3409 Clinker

📋 copy color: '#4D3409'

red 77 ◦ green 52 ◦ blue 9

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

Shades of Clinker #4D3409

Tints of Clinker #4D3409

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.68%

 BLUE value IS 9 (3.91% from 255) = 6.52%

R = 55.8%
G = 37.68%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.70

RGB Variations

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

Color information

#4D3409 (or 0x4D3409) is known color: Clinker. HEX triplet: 4D, 34 and 09. RGB value is (77,52,9). Sum of RGB (Red+Green+Blue) = 77+52+9=138 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.80% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 9 (3.91% from 255 or 6.52% from 138); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3409 is #B2CBF6. Grayscale: #363636. Windows color (decimal): -11717623 or 603213. OLE color: 603213.

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

Color convert

RGB 77 52 9 -
CMYK 0 0.32 0.88 0.70
HSL 37.94º 0.79% 0.17% -
HSV(B) 37.94º 0.88% 0.3% -
XYZ 4.34 4.05 0.81 -
YUV 54.57 102.28 144 -
System Red Green Blue C M Y K H S L
Decimal 77 52 9 0 0.32 0.88 0.70 37.94 0.79 0.17
Hex 4D 34 9 0 20 58 46 26 4F 11
Octal 115 64 11 0 40 130 106 46 117 21
Binary 1001101 110100 1001 0 100000 1011000 1000110 100110 1001111 10001

Color Harmonies of #4D3409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3409

Black with #4D3409

Text Example


Text Example

White with #4D3409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,52,9); }

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

background-color css

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

 a { background-color: rgb(77,52,9); }

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

border-color css

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

 span { border-color: rgb(77,52,9); }

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