Html Css Color HEX #4D330F Clinker

📋 copy color: '#4D330F'

red 77 ◦ green 51 ◦ blue 15

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

Shades of Clinker #4D330F

Tints of Clinker #4D330F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 35.66%

 BLUE value IS 15 (6.25% from 255) = 10.49%

R = 53.85%
G = 35.66%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.70

RGB Variations

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

Color information

#4D330F (or 0x4D330F) is known color: Clinker. HEX triplet: 4D, 33 and 0F. RGB value is (77,51,15). Sum of RGB (Red+Green+Blue) = 77+51+15=143 (18% of max value = 765). Red value is 77 (30.47% from 255 or 53.85% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 77 - color contains mainly: red. Hex color #4D330F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D330F is #B2CCF0. Grayscale: #363636. Windows color (decimal): -11717873 or 996173. OLE color: 996173.

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

Color convert

RGB 77 51 15 -
CMYK 0 0.34 0.81 0.70
HSL 34.84º 0.67% 0.18% -
HSV(B) 34.84º 0.81% 0.3% -
XYZ 4.33 3.98 0.99 -
YUV 54.67 105.61 143.93 -
System Red Green Blue C M Y K H S L
Decimal 77 51 15 0 0.34 0.81 0.70 34.84 0.67 0.18
Hex 4D 33 F 0 22 51 46 23 43 12
Octal 115 63 17 0 42 121 106 43 103 22
Binary 1001101 110011 1111 0 100010 1010001 1000110 100011 1000011 10010

Color Harmonies of #4D330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D330F

Black with #4D330F

Text Example


Text Example

White with #4D330F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,51,15); }

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

background-color css

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

 a { background-color: rgb(77,51,15); }

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

border-color css

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

 span { border-color: rgb(77,51,15); }

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