Html Css Color HEX #33140C Seal Brown

📋 copy color: '#33140C'

red 51 ◦ green 20 ◦ blue 12

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

Shades of Seal Brown #33140C

Tints of Seal Brown #33140C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 14.46%

R = 61.45%
G = 24.1%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.8

RGB Variations

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

Color information

#33140C (or 0x33140C) is known color: Seal Brown. HEX triplet: 33, 14 and 0C. RGB value is (51,20,12). Sum of RGB (Red+Green+Blue) = 51+20+12=83 (10% of max value = 765). Red value is 51 (20.31% from 255 or 61.45% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 12 (5.08% from 255 or 14.46% from 83); Max value from RGB is 51 - color contains mainly: red. Hex color #33140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33140C is #CCEBF3. Grayscale: #1C1C1C. Windows color (decimal): -13429748 or 791603. OLE color: 791603.

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

Color convert

RGB 51 20 12 -
CMYK 0 0.61 0.76 0.8
HSL 12.31º 0.62% 0.12% -
HSV(B) 12.31º 0.76% 0.2% -
XYZ 1.68 1.23 0.5 -
YUV 28.36 118.77 144.15 -
System Red Green Blue C M Y K H S L
Decimal 51 20 12 0 0.61 0.76 0.8 12.31 0.62 0.12
Hex 33 14 C 0 3D 4C 50 C 3E C
Octal 63 24 14 0 75 114 120 14 76 14
Binary 110011 10100 1100 0 111101 1001100 1010000 1100 111110 1100

Color Harmonies of #33140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33140C

Black with #33140C

Text Example


Text Example

White with #33140C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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