Html Css Color HEX #350901 Seal Brown

📋 copy color: '#350901'

red 53 ◦ green 9 ◦ blue 1

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

Shades of Seal Brown #350901

Tints of Seal Brown #350901

RGB

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

 GREEN value IS 9 (3.91% from 255) = 14.29%

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

R = 84.13%
G = 14.29%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#350901 (or 0x350901) is known color: Seal Brown. HEX triplet: 35, 09 and 01. RGB value is (53,9,1). Sum of RGB (Red+Green+Blue) = 53+9+1=63 (8% of max value = 765). Red value is 53 (21.09% from 255 or 84.13% from 63); Green value is 9 (3.91% from 255 or 14.29% from 63); Blue value is 1 (0.78% from 255 or 1.59% from 63); Max value from RGB is 53 - color contains mainly: red. Hex color #350901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350901 is #CAF6FE. Grayscale: #151515. Windows color (decimal): -13301503 or 67893. OLE color: 67893.

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

Color convert

RGB 53 9 1 -
CMYK 0 0.83 0.98 0.79
HSL 9.23º 0.96% 0.11% -
HSV(B) 9.23º 0.98% 0.21% -
XYZ 1.57 0.95 0.13 -
YUV 21.24 116.58 150.65 -
System Red Green Blue C M Y K H S L
Decimal 53 9 1 0 0.83 0.98 0.79 9.23 0.96 0.11
Hex 35 9 1 0 53 62 4F 9 60 B
Octal 65 11 1 0 123 142 117 11 140 13
Binary 110101 1001 1 0 1010011 1100010 1001111 1001 1100000 1011

Color Harmonies of #350901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350901

Black with #350901

Text Example


Text Example

White with #350901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350901; }

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

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

background-color css

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

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

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

border-color css

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

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

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