Html Css Color HEX #4B4108 Madras

📋 copy color: '#4B4108'

red 75 ◦ green 65 ◦ blue 8

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

Shades of Madras #4B4108

Tints of Madras #4B4108

RGB

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

 GREEN value IS 65 (25.78% from 255) = 43.92%

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

R = 50.68%
G = 43.92%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#4B4108 (or 0x4B4108) is known color: Madras. HEX triplet: 4B, 41 and 08. RGB value is (75,65,8). Sum of RGB (Red+Green+Blue) = 75+65+8=148 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50.68% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4108 is #B4BEF7. Grayscale: #3D3D3D. Windows color (decimal): -11845368 or 541003. OLE color: 541003.

HSL color Cylindrical-coordinate representation of color #4B4108: hue angle of 51.04º 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 #4B4108 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 65 8 -
CMYK 0 0.13 0.89 0.71
HSL 51.04º 0.81% 0.16% -
HSV(B) 51.04º 0.89% 0.29% -
XYZ 4.84 5.29 1 -
YUV 61.49 97.81 137.63 -
System Red Green Blue C M Y K H S L
Decimal 75 65 8 0 0.13 0.89 0.71 51.04 0.81 0.16
Hex 4B 41 8 0 D 59 47 33 51 10
Octal 113 101 10 0 15 131 107 63 121 20
Binary 1001011 1000001 1000 0 1101 1011001 1000111 110011 1010001 10000

Color Harmonies of #4B4108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4108

Black with #4B4108

Text Example


Text Example

White with #4B4108

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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