Html Css Color HEX #350C01 Seal Brown

📋 copy color: '#350C01'

red 53 ◦ green 12 ◦ blue 1

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

Shades of Seal Brown #350C01

Tints of Seal Brown #350C01

RGB

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

 GREEN value IS 12 (5.08% from 255) = 18.18%

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

R = 80.3%
G = 18.18%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#350C01 (or 0x350C01) is known color: Seal Brown. HEX triplet: 35, 0C and 01. RGB value is (53,12,1). Sum of RGB (Red+Green+Blue) = 53+12+1=66 (8% of max value = 765). Red value is 53 (21.09% from 255 or 80.30% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 1 (0.78% from 255 or 1.52% from 66); Max value from RGB is 53 - color contains mainly: red. Hex color #350C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350C01 is #CAF3FE. Grayscale: #171717. Windows color (decimal): -13300735 or 68661. OLE color: 68661.

HSL color Cylindrical-coordinate representation of color #350C01: hue angle of 12.69º 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 #350C01 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 12 1 -
CMYK 0 0.77 0.98 0.79
HSL 12.69º 0.96% 0.11% -
HSV(B) 12.69º 0.98% 0.21% -
XYZ 1.61 1.02 0.14 -
YUV 23.01 115.58 149.39 -
System Red Green Blue C M Y K H S L
Decimal 53 12 1 0 0.77 0.98 0.79 12.69 0.96 0.11
Hex 35 C 1 0 4D 62 4F D 60 B
Octal 65 14 1 0 115 142 117 15 140 13
Binary 110101 1100 1 0 1001101 1100010 1001111 1101 1100000 1011

Color Harmonies of #350C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350C01

Black with #350C01

Text Example


Text Example

White with #350C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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