Html Css Color HEX #510702 Seal Brown

📋 copy color: '#510702'

red 81 ◦ green 7 ◦ blue 2

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

Shades of Seal Brown #510702

Tints of Seal Brown #510702

RGB

 RED value IS 81 (32.03% from 255) = 90%

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

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

R = 90%
G = 7.78%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#510702 (or 0x510702) is known color: Seal Brown. HEX triplet: 51, 07 and 02. RGB value is (81,7,2). Sum of RGB (Red+Green+Blue) = 81+7+2=90 (11% of max value = 765). Red value is 81 (32.03% from 255 or 90% from 90); Green value is 7 (3.12% from 255 or 7.78% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 81 - color contains mainly: red. Hex color #510702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510702 is #AEF8FD. Grayscale: #1C1C1C. Windows color (decimal): -11467006 or 132945. OLE color: 132945.

HSL color Cylindrical-coordinate representation of color #510702: hue angle of 3.8º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #510702 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 7 2 -
CMYK 0 0.91 0.98 0.68
HSL 3.8º 0.95% 0.16% -
HSV(B) 3.8º 0.98% 0.32% -
XYZ 3.48 1.91 0.24 -
YUV 28.56 113.02 165.41 -
System Red Green Blue C M Y K H S L
Decimal 81 7 2 0 0.91 0.98 0.68 3.8 0.95 0.16
Hex 51 7 2 0 5B 62 44 4 5F 10
Octal 121 7 2 0 133 142 104 4 137 20
Binary 1010001 111 10 0 1011011 1100010 1000100 100 1011111 10000

Color Harmonies of #510702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510702

Black with #510702

Text Example


Text Example

White with #510702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510702; }

 p { color: rgb(81,7,2); }

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

background-color css

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

 a { background-color: rgb(81,7,2); }

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

border-color css

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

 span { border-color: rgb(81,7,2); }

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