Html Css Color HEX #4B2508 Indian Tan

📋 copy color: '#4B2508'

red 75 ◦ green 37 ◦ blue 8

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

Shades of Indian Tan #4B2508

Tints of Indian Tan #4B2508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.67%

R = 62.5%
G = 30.83%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#4B2508 (or 0x4B2508) is known color: Indian Tan. HEX triplet: 4B, 25 and 08. RGB value is (75,37,8). Sum of RGB (Red+Green+Blue) = 75+37+8=120 (15% of max value = 765). Red value is 75 (29.69% from 255 or 62.5% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2508 is #B4DAF7. Grayscale: #2D2D2D. Windows color (decimal): -11852536 or 533835. OLE color: 533835.

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

Color convert

RGB 75 37 8 -
CMYK 0 0.51 0.89 0.71
HSL 25.97º 0.81% 0.16% -
HSV(B) 25.97º 0.89% 0.29% -
XYZ 3.61 2.84 0.59 -
YUV 45.06 107.09 149.36 -
System Red Green Blue C M Y K H S L
Decimal 75 37 8 0 0.51 0.89 0.71 25.97 0.81 0.16
Hex 4B 25 8 0 33 59 47 1A 51 10
Octal 113 45 10 0 63 131 107 32 121 20
Binary 1001011 100101 1000 0 110011 1011001 1000111 11010 1010001 10000

Color Harmonies of #4B2508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2508

Black with #4B2508

Text Example


Text Example

White with #4B2508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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