Html Css Color HEX #33140D Seal Brown

📋 copy color: '#33140D'

red 51 ◦ green 20 ◦ blue 13

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

Shades of Seal Brown #33140D

Tints of Seal Brown #33140D

RGB

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

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

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

R = 60.71%
G = 23.81%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.8

RGB Variations

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

Color information

#33140D (or 0x33140D) is known color: Seal Brown. HEX triplet: 33, 14 and 0D. RGB value is (51,20,13). Sum of RGB (Red+Green+Blue) = 51+20+13=84 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60.71% from 84); Green value is 20 (8.20% from 255 or 23.81% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 51 - color contains mainly: red. Hex color #33140D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33140D is #CCEBF2. Grayscale: #1C1C1C. Windows color (decimal): -13429747 or 857139. OLE color: 857139.

HSL color Cylindrical-coordinate representation of color #33140D: hue angle of 11.05º 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 #33140D is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 20 13 -
CMYK 0 0.61 0.75 0.8
HSL 11.05º 0.59% 0.13% -
HSV(B) 11.05º 0.75% 0.2% -
XYZ 1.69 1.23 0.53 -
YUV 28.47 119.27 144.07 -
System Red Green Blue C M Y K H S L
Decimal 51 20 13 0 0.61 0.75 0.8 11.05 0.59 0.13
Hex 33 14 D 0 3D 4B 50 B 3B D
Octal 63 24 15 0 75 113 120 13 73 15
Binary 110011 10100 1101 0 111101 1001011 1010000 1011 111011 1101

Color Harmonies of #33140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33140D

Black with #33140D

Text Example


Text Example

White with #33140D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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