Html Css Color HEX #21140F Seal Brown

📋 copy color: '#21140F'

red 33 ◦ green 20 ◦ blue 15

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

Shades of Seal Brown #21140F

Tints of Seal Brown #21140F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 29.41%

 BLUE value IS 15 (6.25% from 255) = 22.06%

R = 48.53%
G = 29.41%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.87

RGB Variations

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

Color information

#21140F (or 0x21140F) is known color: Seal Brown. HEX triplet: 21, 14 and 0F. RGB value is (33,20,15). Sum of RGB (Red+Green+Blue) = 33+20+15=68 (9% of max value = 765). Red value is 33 (13.28% from 255 or 48.53% from 68); Green value is 20 (8.20% from 255 or 29.41% from 68); Blue value is 15 (6.25% from 255 or 22.06% from 68); Max value from RGB is 33 - color contains mainly: red. Hex color #21140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21140F is #DEEBF0. Grayscale: #171717. Windows color (decimal): -14609393 or 988193. OLE color: 988193.

HSL color Cylindrical-coordinate representation of color #21140F: hue angle of 16.67º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #21140F is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 20 15 -
CMYK 0 0.39 0.55 0.87
HSL 16.67º 0.38% 0.09% -
HSV(B) 16.67º 0.55% 0.13% -
XYZ 0.96 0.86 0.57 -
YUV 23.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 33 20 15 0 0.39 0.55 0.87 16.67 0.38 0.09
Hex 21 14 F 0 27 37 57 11 26 9
Octal 41 24 17 0 47 67 127 21 46 11
Binary 100001 10100 1111 0 100111 110111 1010111 10001 100110 1001

Color Harmonies of #21140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21140F

Black with #21140F

Text Example


Text Example

White with #21140F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21140F; }

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

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

background-color css

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

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

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

border-color css

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

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

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