Html Css Color HEX #210C00 Seal Brown

📋 copy color: '#210C00'

red 33 ◦ green 12 ◦ blue 0

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

Shades of Seal Brown #210C00

Tints of Seal Brown #210C00

RGB

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

 GREEN value IS 12 (5.08% from 255) = 26.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.33%
G = 26.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#210C00 (or 0x210C00) is known color: Seal Brown. HEX triplet: 21, 0C and 00. RGB value is (33,12,0). Sum of RGB (Red+Green+Blue) = 33+12+0=45 (5% of max value = 765). Red value is 33 (13.28% from 255 or 73.33% from 45); Green value is 12 (5.08% from 255 or 26.67% from 45); Blue value is 0 (0.39% from 255 or 0% from 45); Max value from RGB is 33 - color contains mainly: red. Hex color #210C00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210C00 is #DEF3FF. Grayscale: #101010. Windows color (decimal): -14611456 or 3105. OLE color: 3105.

HSL color Cylindrical-coordinate representation of color #210C00: hue angle of 21.82º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #210C00 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 12 0 -
CMYK 0 0.64 1 0.87
HSL 21.82º 1% 0.06% -
HSV(B) 21.82º 1% 0.13% -
XYZ 0.76 0.59 0.07 -
YUV 16.91 118.46 139.48 -
System Red Green Blue C M Y K H S L
Decimal 33 12 0 0 0.64 1 0.87 21.82 1 0.06
Hex 21 C 0 0 40 64 57 16 64 6
Octal 41 14 0 0 100 144 127 26 144 6
Binary 100001 1100 0 0 1000000 1100100 1010111 10110 1100100 110

Color Harmonies of #210C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210C00

Black with #210C00

Text Example


Text Example

White with #210C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,12,0); }

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

background-color css

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

 a { background-color: rgb(33,12,0); }

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

border-color css

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

 span { border-color: rgb(33,12,0); }

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