Html Css Color HEX #33130D Seal Brown

📋 copy color: '#33130D'

red 51 ◦ green 19 ◦ blue 13

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

Shades of Seal Brown #33130D

Tints of Seal Brown #33130D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 15.66%

R = 61.45%
G = 22.89%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.8

RGB Variations

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

Color information

#33130D (or 0x33130D) is known color: Seal Brown. HEX triplet: 33, 13 and 0D. RGB value is (51,19,13). Sum of RGB (Red+Green+Blue) = 51+19+13=83 (10% of max value = 765). Red value is 51 (20.31% from 255 or 61.45% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 13 (5.47% from 255 or 15.66% from 83); Max value from RGB is 51 - color contains mainly: red. Hex color #33130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33130D is #CCECF2. Grayscale: #1B1B1B. Windows color (decimal): -13430003 or 856883. OLE color: 856883.

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

Color convert

RGB 51 19 13 -
CMYK 0 0.63 0.75 0.8
HSL 9.47º 0.59% 0.13% -
HSV(B) 9.47º 0.75% 0.2% -
XYZ 1.67 1.2 0.52 -
YUV 27.88 119.6 144.49 -
System Red Green Blue C M Y K H S L
Decimal 51 19 13 0 0.63 0.75 0.8 9.47 0.59 0.13
Hex 33 13 D 0 3F 4B 50 9 3B D
Octal 63 23 15 0 77 113 120 11 73 15
Binary 110011 10011 1101 0 111111 1001011 1010000 1001 111011 1101

Color Harmonies of #33130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33130D

Black with #33130D

Text Example


Text Example

White with #33130D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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