Html Css Color HEX #4B250C Indian Tan

📋 copy color: '#4B250C'

red 75 ◦ green 37 ◦ blue 12

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

Shades of Indian Tan #4B250C

Tints of Indian Tan #4B250C

RGB

 RED value IS 75 (29.69% from 255) = 60.48%

 GREEN value IS 37 (14.84% from 255) = 29.84%

 BLUE value IS 12 (5.08% from 255) = 9.68%

R = 60.48%
G = 29.84%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#4B250C (or 0x4B250C) is known color: Indian Tan. HEX triplet: 4B, 25 and 0C. RGB value is (75,37,12). Sum of RGB (Red+Green+Blue) = 75+37+12=124 (16% of max value = 765). Red value is 75 (29.69% from 255 or 60.48% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 75 - color contains mainly: red. Hex color #4B250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B250C is #B4DAF3. Grayscale: #2D2D2D. Windows color (decimal): -11852532 or 795979. OLE color: 795979.

HSL color Cylindrical-coordinate representation of color #4B250C: hue angle of 23.81º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B250C is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 37 12 -
CMYK 0 0.51 0.84 0.71
HSL 23.81º 0.72% 0.17% -
HSV(B) 23.81º 0.84% 0.29% -
XYZ 3.63 2.85 0.71 -
YUV 45.51 109.09 149.03 -
System Red Green Blue C M Y K H S L
Decimal 75 37 12 0 0.51 0.84 0.71 23.81 0.72 0.17
Hex 4B 25 C 0 33 54 47 18 48 11
Octal 113 45 14 0 63 124 107 30 110 21
Binary 1001011 100101 1100 0 110011 1010100 1000111 11000 1001000 10001

Color Harmonies of #4B250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B250C

Black with #4B250C

Text Example


Text Example

White with #4B250C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,37,12); }

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

background-color css

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

 a { background-color: rgb(75,37,12); }

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

border-color css

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

 span { border-color: rgb(75,37,12); }

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