Html Css Color HEX #4D230F Indian Tan

📋 copy color: '#4D230F'

red 77 ◦ green 35 ◦ blue 15

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

Shades of Indian Tan #4D230F

Tints of Indian Tan #4D230F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 27.56%

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

R = 60.63%
G = 27.56%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.70

RGB Variations

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

Color information

#4D230F (or 0x4D230F) is known color: Indian Tan. HEX triplet: 4D, 23 and 0F. RGB value is (77,35,15). Sum of RGB (Red+Green+Blue) = 77+35+15=127 (16% of max value = 765). Red value is 77 (30.47% from 255 or 60.63% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 15 (6.25% from 255 or 11.81% from 127); Max value from RGB is 77 - color contains mainly: red. Hex color #4D230F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D230F is #B2DCF0. Grayscale: #2D2D2D. Windows color (decimal): -11721969 or 992077. OLE color: 992077.

HSL color Cylindrical-coordinate representation of color #4D230F: hue angle of 19.35º 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 #4D230F is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 35 15 -
CMYK 0 0.55 0.81 0.70
HSL 19.35º 0.67% 0.18% -
HSV(B) 19.35º 0.81% 0.3% -
XYZ 3.75 2.81 0.8 -
YUV 45.28 110.91 150.63 -
System Red Green Blue C M Y K H S L
Decimal 77 35 15 0 0.55 0.81 0.70 19.35 0.67 0.18
Hex 4D 23 F 0 37 51 46 13 43 12
Octal 115 43 17 0 67 121 106 23 103 22
Binary 1001101 100011 1111 0 110111 1010001 1000110 10011 1000011 10010

Color Harmonies of #4D230F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D230F

Black with #4D230F

Text Example


Text Example

White with #4D230F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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