Html Css Color HEX #351712 Seal Brown

📋 copy color: '#351712'

red 53 ◦ green 23 ◦ blue 18

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

Shades of Seal Brown #351712

Tints of Seal Brown #351712

RGB

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

 GREEN value IS 23 (9.38% from 255) = 24.47%

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

R = 56.38%
G = 24.47%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.79

RGB Variations

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

Color information

#351712 (or 0x351712) is known color: Seal Brown. HEX triplet: 35, 17 and 12. RGB value is (53,23,18). Sum of RGB (Red+Green+Blue) = 53+23+18=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #351712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351712 is #CAE8ED. Grayscale: #1F1F1F. Windows color (decimal): -13297902 or 1185589. OLE color: 1185589.

HSL color Cylindrical-coordinate representation of color #351712: hue angle of 8.57º 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 #351712 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 23 18 -
CMYK 0 0.57 0.66 0.79
HSL 8.57º 0.49% 0.14% -
HSV(B) 8.57º 0.66% 0.21% -
XYZ 1.88 1.41 0.75 -
YUV 31.4 120.44 143.41 -
System Red Green Blue C M Y K H S L
Decimal 53 23 18 0 0.57 0.66 0.79 8.57 0.49 0.14
Hex 35 17 12 0 39 42 4F 9 31 E
Octal 65 27 22 0 71 102 117 11 61 16
Binary 110101 10111 10010 0 111001 1000010 1001111 1001 110001 1110

Color Harmonies of #351712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351712

Black with #351712

Text Example


Text Example

White with #351712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351712; }

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

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

background-color css

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

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

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

border-color css

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

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

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