Html Css Color HEX #210702 Seal Brown

📋 copy color: '#210702'

red 33 ◦ green 7 ◦ blue 2

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

Shades of Seal Brown #210702

Tints of Seal Brown #210702

RGB

 RED value IS 33 (13.28% from 255) = 78.57%

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

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

R = 78.57%
G = 16.67%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.87

RGB Variations

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

Color information

#210702 (or 0x210702) is known color: Seal Brown. HEX triplet: 21, 07 and 02. RGB value is (33,7,2). Sum of RGB (Red+Green+Blue) = 33+7+2=42 (5% of max value = 765). Red value is 33 (13.28% from 255 or 78.57% from 42); Green value is 7 (3.12% from 255 or 16.67% from 42); Blue value is 2 (1.17% from 255 or 4.76% from 42); Max value from RGB is 33 - color contains mainly: red. Hex color #210702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210702 is #DEF8FD. Grayscale: #0E0E0E. Windows color (decimal): -14612734 or 132897. OLE color: 132897.

HSL color Cylindrical-coordinate representation of color #210702: hue angle of 9.68º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210702 is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 7 2 -
CMYK 0 0.79 0.94 0.87
HSL 9.68º 0.89% 0.07% -
HSV(B) 9.68º 0.94% 0.13% -
XYZ 0.71 0.48 0.11 -
YUV 14.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 33 7 2 0 0.79 0.94 0.87 9.68 0.89 0.07
Hex 21 7 2 0 4F 5E 57 A 59 7
Octal 41 7 2 0 117 136 127 12 131 7
Binary 100001 111 10 0 1001111 1011110 1010111 1010 1011001 111

Color Harmonies of #210702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210702

Black with #210702

Text Example


Text Example

White with #210702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210702; }

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

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

background-color css

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

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

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

border-color css

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

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

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