Html Css Color HEX #4B1002 Seal Brown

📋 copy color: '#4B1002'

red 75 ◦ green 16 ◦ blue 2

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

Shades of Seal Brown #4B1002

Tints of Seal Brown #4B1002

RGB

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

 GREEN value IS 16 (6.64% from 255) = 17.2%

 BLUE value IS 2 (1.17% from 255) = 2.15%

R = 80.65%
G = 17.2%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#4B1002 (or 0x4B1002) is known color: Seal Brown. HEX triplet: 4B, 10 and 02. RGB value is (75,16,2). Sum of RGB (Red+Green+Blue) = 75+16+2=93 (12% of max value = 765). Red value is 75 (29.69% from 255 or 80.65% from 93); Green value is 16 (6.64% from 255 or 17.20% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B1002 is #B4EFFD. Grayscale: #202020. Windows color (decimal): -11857918 or 135243. OLE color: 135243.

HSL color Cylindrical-coordinate representation of color #4B1002: hue angle of 11.51º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B1002 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 16 2 -
CMYK 0 0.79 0.97 0.71
HSL 11.51º 0.95% 0.15% -
HSV(B) 11.51º 0.97% 0.29% -
XYZ 3.1 1.87 0.26 -
YUV 32.05 111.05 158.64 -
System Red Green Blue C M Y K H S L
Decimal 75 16 2 0 0.79 0.97 0.71 11.51 0.95 0.15
Hex 4B 10 2 0 4F 61 47 C 5F F
Octal 113 20 2 0 117 141 107 14 137 17
Binary 1001011 10000 10 0 1001111 1100001 1000111 1100 1011111 1111

Color Harmonies of #4B1002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1002

Black with #4B1002

Text Example


Text Example

White with #4B1002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,16,2); }

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

background-color css

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

 a { background-color: rgb(75,16,2); }

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

border-color css

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

 span { border-color: rgb(75,16,2); }

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