Html Css Color HEX #4B0E01 Seal Brown

📋 copy color: '#4B0E01'

red 75 ◦ green 14 ◦ blue 1

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

Shades of Seal Brown #4B0E01

Tints of Seal Brown #4B0E01

RGB

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

 GREEN value IS 14 (5.86% from 255) = 15.56%

 BLUE value IS 1 (0.78% from 255) = 1.11%

R = 83.33%
G = 15.56%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#4B0E01 (or 0x4B0E01) is known color: Seal Brown. HEX triplet: 4B, 0E and 01. RGB value is (75,14,1). Sum of RGB (Red+Green+Blue) = 75+14+1=90 (11% of max value = 765). Red value is 75 (29.69% from 255 or 83.33% from 90); Green value is 14 (5.86% from 255 or 15.56% from 90); Blue value is 1 (0.78% from 255 or 1.11% from 90); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0E01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0E01 is #B4F1FE. Grayscale: #1E1E1E. Windows color (decimal): -11858431 or 69195. OLE color: 69195.

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

Color convert

RGB 75 14 1 -
CMYK 0 0.81 0.99 0.71
HSL 10.54º 0.97% 0.15% -
HSV(B) 10.54º 0.99% 0.29% -
XYZ 3.06 1.81 0.22 -
YUV 30.76 111.21 159.56 -
System Red Green Blue C M Y K H S L
Decimal 75 14 1 0 0.81 0.99 0.71 10.54 0.97 0.15
Hex 4B E 1 0 51 63 47 B 61 F
Octal 113 16 1 0 121 143 107 13 141 17
Binary 1001011 1110 1 0 1010001 1100011 1000111 1011 1100001 1111

Color Harmonies of #4B0E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0E01

Black with #4B0E01

Text Example


Text Example

White with #4B0E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,14,1); }

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

background-color css

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

 a { background-color: rgb(75,14,1); }

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

border-color css

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

 span { border-color: rgb(75,14,1); }

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