Html Css Color HEX #351612 Seal Brown

📋 copy color: '#351612'

red 53 ◦ green 22 ◦ blue 18

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

Shades of Seal Brown #351612

Tints of Seal Brown #351612

RGB

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

 GREEN value IS 22 (8.98% from 255) = 23.66%

 BLUE value IS 18 (7.42% from 255) = 19.35%

R = 56.99%
G = 23.66%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.79

RGB Variations

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

Color information

#351612 (or 0x351612) is known color: Seal Brown. HEX triplet: 35, 16 and 12. RGB value is (53,22,18). Sum of RGB (Red+Green+Blue) = 53+22+18=93 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.99% from 93); Green value is 22 (8.98% from 255 or 23.66% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 53 - color contains mainly: red. Hex color #351612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351612 is #CAE9ED. Grayscale: #1E1E1E. Windows color (decimal): -13298158 or 1185333. OLE color: 1185333.

HSL color Cylindrical-coordinate representation of color #351612: hue angle of 6.86º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #351612 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 22 18 -
CMYK 0 0.58 0.66 0.79
HSL 6.86º 0.49% 0.14% -
HSV(B) 6.86º 0.66% 0.21% -
XYZ 1.86 1.37 0.74 -
YUV 30.81 120.77 143.83 -
System Red Green Blue C M Y K H S L
Decimal 53 22 18 0 0.58 0.66 0.79 6.86 0.49 0.14
Hex 35 16 12 0 3A 42 4F 7 31 E
Octal 65 26 22 0 72 102 117 7 61 16
Binary 110101 10110 10010 0 111010 1000010 1001111 111 110001 1110

Color Harmonies of #351612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351612

Black with #351612

Text Example


Text Example

White with #351612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351612; }

 p { color: rgb(53,22,18); }

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

background-color css

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

 a { background-color: rgb(53,22,18); }

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

border-color css

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

 span { border-color: rgb(53,22,18); }

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