Html Css Color HEX #210F04 Seal Brown

📋 copy color: '#210F04'

red 33 ◦ green 15 ◦ blue 4

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

Shades of Seal Brown #210F04

Tints of Seal Brown #210F04

RGB

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

 GREEN value IS 15 (6.25% from 255) = 28.85%

 BLUE value IS 4 (1.95% from 255) = 7.69%

R = 63.46%
G = 28.85%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.87

RGB Variations

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

Color information

#210F04 (or 0x210F04) is known color: Seal Brown. HEX triplet: 21, 0F and 04. RGB value is (33,15,4). Sum of RGB (Red+Green+Blue) = 33+15+4=52 (6% of max value = 765). Red value is 33 (13.28% from 255 or 63.46% from 52); Green value is 15 (6.25% from 255 or 28.85% from 52); Blue value is 4 (1.95% from 255 or 7.69% from 52); Max value from RGB is 33 - color contains mainly: red. Hex color #210F04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210F04 is #DEF0FB. Grayscale: #131313. Windows color (decimal): -14610684 or 266017. OLE color: 266017.

HSL color Cylindrical-coordinate representation of color #210F04: hue angle of 22.76º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #210F04 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 15 4 -
CMYK 0 0.55 0.88 0.87
HSL 22.76º 0.78% 0.07% -
HSV(B) 22.76º 0.88% 0.13% -
XYZ 0.82 0.67 0.2 -
YUV 19.13 119.46 137.89 -
System Red Green Blue C M Y K H S L
Decimal 33 15 4 0 0.55 0.88 0.87 22.76 0.78 0.07
Hex 21 F 4 0 37 58 57 17 4E 7
Octal 41 17 4 0 67 130 127 27 116 7
Binary 100001 1111 100 0 110111 1011000 1010111 10111 1001110 111

Color Harmonies of #210F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210F04

Black with #210F04

Text Example


Text Example

White with #210F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210F04; }

 p { color: rgb(33,15,4); }

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

background-color css

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

 a { background-color: rgb(33,15,4); }

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

border-color css

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

 span { border-color: rgb(33,15,4); }

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