Html Css Color HEX #33140B Seal Brown

📋 copy color: '#33140B'

red 51 ◦ green 20 ◦ blue 11

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

Shades of Seal Brown #33140B

Tints of Seal Brown #33140B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 13.41%

R = 62.2%
G = 24.39%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.8

RGB Variations

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

Color information

#33140B (or 0x33140B) is known color: Seal Brown. HEX triplet: 33, 14 and 0B. RGB value is (51,20,11). Sum of RGB (Red+Green+Blue) = 51+20+11=82 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.20% from 82); Green value is 20 (8.20% from 255 or 24.39% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 51 - color contains mainly: red. Hex color #33140B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33140B is #CCEBF4. Grayscale: #1C1C1C. Windows color (decimal): -13429749 or 726067. OLE color: 726067.

HSL color Cylindrical-coordinate representation of color #33140B: hue angle of 13.5º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33140B is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 20 11 -
CMYK 0 0.61 0.78 0.8
HSL 13.5º 0.65% 0.12% -
HSV(B) 13.5º 0.78% 0.2% -
XYZ 1.68 1.23 0.47 -
YUV 28.24 118.27 144.23 -
System Red Green Blue C M Y K H S L
Decimal 51 20 11 0 0.61 0.78 0.8 13.5 0.65 0.12
Hex 33 14 B 0 3D 4E 50 E 41 C
Octal 63 24 13 0 75 116 120 16 101 14
Binary 110011 10100 1011 0 111101 1001110 1010000 1110 1000001 1100

Color Harmonies of #33140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33140B

Black with #33140B

Text Example


Text Example

White with #33140B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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