Html Css Color HEX #350E0C Seal Brown

📋 copy color: '#350E0C'

red 53 ◦ green 14 ◦ blue 12

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

Shades of Seal Brown #350E0C

Tints of Seal Brown #350E0C

RGB

 RED value IS 53 (21.09% from 255) = 67.09%

 GREEN value IS 14 (5.86% from 255) = 17.72%

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

R = 67.09%
G = 17.72%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.79

RGB Variations

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

Color information

#350E0C (or 0x350E0C) is known color: Seal Brown. HEX triplet: 35, 0E and 0C. RGB value is (53,14,12). Sum of RGB (Red+Green+Blue) = 53+14+12=79 (10% of max value = 765). Red value is 53 (21.09% from 255 or 67.09% from 79); Green value is 14 (5.86% from 255 or 17.72% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 53 - color contains mainly: red. Hex color #350E0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350E0C is #CAF1F3. Grayscale: #191919. Windows color (decimal): -13300212 or 790069. OLE color: 790069.

HSL color Cylindrical-coordinate representation of color #350E0C: hue angle of 2.93º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #350E0C is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 14 12 -
CMYK 0 0.74 0.77 0.79
HSL 2.93º 0.63% 0.13% -
HSV(B) 2.93º 0.77% 0.21% -
XYZ 1.69 1.1 0.47 -
YUV 25.43 120.42 147.66 -
System Red Green Blue C M Y K H S L
Decimal 53 14 12 0 0.74 0.77 0.79 2.93 0.63 0.13
Hex 35 E C 0 4A 4D 4F 3 3F D
Octal 65 16 14 0 112 115 117 3 77 15
Binary 110101 1110 1100 0 1001010 1001101 1001111 11 111111 1101

Color Harmonies of #350E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350E0C

Black with #350E0C

Text Example


Text Example

White with #350E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350E0C; }

 p { color: rgb(53,14,12); }

 H1.HeaderClassName
 {
   color: #350E0C;
 }
 .AnyTagClassName
 {
   color: #350E0C;
 }
</style>

background-color css

<style>
 a { background-color: #350E0C; }

 a { background-color: rgb(53,14,12); }

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

border-color css

<style>
 span { border-color: #350E0C; }

 span { border-color: rgb(53,14,12); }

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