Html Css Color HEX #33130E Seal Brown

📋 copy color: '#33130E'

red 51 ◦ green 19 ◦ blue 14

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

Shades of Seal Brown #33130E

Tints of Seal Brown #33130E

RGB

 RED value IS 51 (20.31% from 255) = 60.71%

 GREEN value IS 19 (7.81% from 255) = 22.62%

 BLUE value IS 14 (5.86% from 255) = 16.67%

R = 60.71%
G = 22.62%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.8

RGB Variations

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

Color information

#33130E (or 0x33130E) is known color: Seal Brown. HEX triplet: 33, 13 and 0E. RGB value is (51,19,14). Sum of RGB (Red+Green+Blue) = 51+19+14=84 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60.71% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 14 (5.86% from 255 or 16.67% from 84); Max value from RGB is 51 - color contains mainly: red. Hex color #33130E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33130E is #CCECF1. Grayscale: #1C1C1C. Windows color (decimal): -13430002 or 922419. OLE color: 922419.

HSL color Cylindrical-coordinate representation of color #33130E: hue angle of 8.11º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33130E is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 19 14 -
CMYK 0 0.63 0.73 0.8
HSL 8.11º 0.57% 0.13% -
HSV(B) 8.11º 0.73% 0.2% -
XYZ 1.68 1.2 0.56 -
YUV 28 120.1 144.41 -
System Red Green Blue C M Y K H S L
Decimal 51 19 14 0 0.63 0.73 0.8 8.11 0.57 0.13
Hex 33 13 E 0 3F 49 50 8 39 D
Octal 63 23 16 0 77 111 120 10 71 15
Binary 110011 10011 1110 0 111111 1001001 1010000 1000 111001 1101

Color Harmonies of #33130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33130E

Black with #33130E

Text Example


Text Example

White with #33130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33130E; }

 p { color: rgb(51,19,14); }

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

background-color css

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

 a { background-color: rgb(51,19,14); }

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

border-color css

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

 span { border-color: rgb(51,19,14); }

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