Html Css Color HEX #350E01 Seal Brown

📋 copy color: '#350E01'

red 53 ◦ green 14 ◦ blue 1

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

Shades of Seal Brown #350E01

Tints of Seal Brown #350E01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.47%

R = 77.94%
G = 20.59%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#350E01 (or 0x350E01) is known color: Seal Brown. HEX triplet: 35, 0E and 01. RGB value is (53,14,1). Sum of RGB (Red+Green+Blue) = 53+14+1=68 (9% of max value = 765). Red value is 53 (21.09% from 255 or 77.94% from 68); Green value is 14 (5.86% from 255 or 20.59% from 68); Blue value is 1 (0.78% from 255 or 1.47% from 68); Max value from RGB is 53 - color contains mainly: red. Hex color #350E01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350E01 is #CAF1FE. Grayscale: #181818. Windows color (decimal): -13300223 or 69173. OLE color: 69173.

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

Color convert

RGB 53 14 1 -
CMYK 0 0.74 0.98 0.79
HSL 15º 0.96% 0.11% -
HSV(B) 15º 0.98% 0.21% -
XYZ 1.63 1.07 0.15 -
YUV 24.18 114.92 148.56 -
System Red Green Blue C M Y K H S L
Decimal 53 14 1 0 0.74 0.98 0.79 15 0.96 0.11
Hex 35 E 1 0 4A 62 4F F 60 B
Octal 65 16 1 0 112 142 117 17 140 13
Binary 110101 1110 1 0 1001010 1100010 1001111 1111 1100000 1011

Color Harmonies of #350E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350E01

Black with #350E01

Text Example


Text Example

White with #350E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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