Html Css Color HEX #351D1B Seal Brown

📋 copy color: '#351D1B'

red 53 ◦ green 29 ◦ blue 27

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

Shades of Seal Brown #351D1B

Tints of Seal Brown #351D1B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 26.61%

 BLUE value IS 27 (10.94% from 255) = 24.77%

R = 48.62%
G = 26.61%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.79

RGB Variations

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

Color information

#351D1B (or 0x351D1B) is known color: Seal Brown. HEX triplet: 35, 1D and 1B. RGB value is (53,29,27). Sum of RGB (Red+Green+Blue) = 53+29+27=109 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.62% from 109); Green value is 29 (11.72% from 255 or 26.61% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 53 - color contains mainly: red. Hex color #351D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351D1B is #CAE2E4. Grayscale: #232323. Windows color (decimal): -13296357 or 1776949. OLE color: 1776949.

HSL color Cylindrical-coordinate representation of color #351D1B: hue angle of 4.62º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #351D1B is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 29 27 -
CMYK 0 0.45 0.49 0.79
HSL 4.62º 0.33% 0.16% -
HSV(B) 4.62º 0.49% 0.21% -
XYZ 2.11 1.71 1.26 -
YUV 35.95 122.95 140.16 -
System Red Green Blue C M Y K H S L
Decimal 53 29 27 0 0.45 0.49 0.79 4.62 0.33 0.16
Hex 35 1D 1B 0 2D 31 4F 5 20 10
Octal 65 35 33 0 55 61 117 5 40 20
Binary 110101 11101 11011 0 101101 110001 1001111 101 100000 10000

Color Harmonies of #351D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351D1B

Black with #351D1B

Text Example


Text Example

White with #351D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351D1B; }

 p { color: rgb(53,29,27); }

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

background-color css

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

 a { background-color: rgb(53,29,27); }

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

border-color css

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

 span { border-color: rgb(53,29,27); }

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