Html Css Color HEX #210D08 Seal Brown

📋 copy color: '#210D08'

red 33 ◦ green 13 ◦ blue 8

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

Shades of Seal Brown #210D08

Tints of Seal Brown #210D08

RGB

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

 GREEN value IS 13 (5.47% from 255) = 24.07%

 BLUE value IS 8 (3.52% from 255) = 14.81%

R = 61.11%
G = 24.07%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.87

RGB Variations

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

Color information

#210D08 (or 0x210D08) is known color: Seal Brown. HEX triplet: 21, 0D and 08. RGB value is (33,13,8). Sum of RGB (Red+Green+Blue) = 33+13+8=54 (7% of max value = 765). Red value is 33 (13.28% from 255 or 61.11% from 54); Green value is 13 (5.47% from 255 or 24.07% from 54); Blue value is 8 (3.52% from 255 or 14.81% from 54); Max value from RGB is 33 - color contains mainly: red. Hex color #210D08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210D08 is #DEF2F7. Grayscale: #121212. Windows color (decimal): -14611192 or 527649. OLE color: 527649.

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

Color convert

RGB 33 13 8 -
CMYK 0 0.61 0.76 0.87
HSL 12º 0.61% 0.08% -
HSV(B) 12º 0.76% 0.13% -
XYZ 0.81 0.63 0.31 -
YUV 18.41 122.13 138.41 -
System Red Green Blue C M Y K H S L
Decimal 33 13 8 0 0.61 0.76 0.87 12 0.61 0.08
Hex 21 D 8 0 3D 4C 57 C 3D 8
Octal 41 15 10 0 75 114 127 14 75 10
Binary 100001 1101 1000 0 111101 1001100 1010111 1100 111101 1000

Color Harmonies of #210D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210D08

Black with #210D08

Text Example


Text Example

White with #210D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,13,8); }

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

background-color css

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

 a { background-color: rgb(33,13,8); }

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

border-color css

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

 span { border-color: rgb(33,13,8); }

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