Html Css Color HEX #4B1108 Seal Brown

📋 copy color: '#4B1108'

red 75 ◦ green 17 ◦ blue 8

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

Shades of Seal Brown #4B1108

Tints of Seal Brown #4B1108

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17%

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

R = 75%
G = 17%
B = 8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#4B1108 (or 0x4B1108) is known color: Seal Brown. HEX triplet: 4B, 11 and 08. RGB value is (75,17,8). Sum of RGB (Red+Green+Blue) = 75+17+8=100 (13% of max value = 765). Red value is 75 (29.69% from 255 or 75% from 100); Green value is 17 (7.03% from 255 or 17% from 100); Blue value is 8 (3.52% from 255 or 8% from 100); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1108 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B1108 is #B4EEF7. Grayscale: #212121. Windows color (decimal): -11857656 or 528715. OLE color: 528715.

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

Color convert

RGB 75 17 8 -
CMYK 0 0.77 0.89 0.71
HSL 8.06º 0.81% 0.16% -
HSV(B) 8.06º 0.89% 0.29% -
XYZ 3.15 1.91 0.43 -
YUV 33.32 113.72 157.73 -
System Red Green Blue C M Y K H S L
Decimal 75 17 8 0 0.77 0.89 0.71 8.06 0.81 0.16
Hex 4B 11 8 0 4D 59 47 8 51 10
Octal 113 21 10 0 115 131 107 10 121 20
Binary 1001011 10001 1000 0 1001101 1011001 1000111 1000 1010001 10000

Color Harmonies of #4B1108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1108

Black with #4B1108

Text Example


Text Example

White with #4B1108

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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