Html Css Color HEX #4B0706 Seal Brown

📋 copy color: '#4B0706'

red 75 ◦ green 7 ◦ blue 6

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

Shades of Seal Brown #4B0706

Tints of Seal Brown #4B0706

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.95%

 BLUE value IS 6 (2.73% from 255) = 6.82%

R = 85.23%
G = 7.95%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#4B0706 (or 0x4B0706) is known color: Seal Brown. HEX triplet: 4B, 07 and 06. RGB value is (75,7,6). Sum of RGB (Red+Green+Blue) = 75+7+6=88 (11% of max value = 765). Red value is 75 (29.69% from 255 or 85.23% from 88); Green value is 7 (3.12% from 255 or 7.95% from 88); Blue value is 6 (2.73% from 255 or 6.82% from 88); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0706 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0706 is #B4F8F9. Grayscale: #1B1B1B. Windows color (decimal): -11860218 or 395083. OLE color: 395083.

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

Color convert

RGB 75 7 6 -
CMYK 0 0.91 0.92 0.71
HSL 0.87º 0.85% 0.16% -
HSV(B) 0.87º 0.92% 0.29% -
XYZ 3.01 1.66 0.33 -
YUV 27.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 75 7 6 0 0.91 0.92 0.71 0.87 0.85 0.16
Hex 4B 7 6 0 5B 5C 47 1 55 10
Octal 113 7 6 0 133 134 107 1 125 20
Binary 1001011 111 110 0 1011011 1011100 1000111 1 1010101 10000

Color Harmonies of #4B0706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0706

Black with #4B0706

Text Example


Text Example

White with #4B0706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,7,6); }

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

background-color css

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

 a { background-color: rgb(75,7,6); }

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

border-color css

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

 span { border-color: rgb(75,7,6); }

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