Html Css Color HEX #350302 Seal Brown

📋 copy color: '#350302'

red 53 ◦ green 3 ◦ blue 2

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

Shades of Seal Brown #350302

Tints of Seal Brown #350302

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.17%

 BLUE value IS 2 (1.17% from 255) = 3.45%

R = 91.38%
G = 5.17%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#350302 (or 0x350302) is known color: Seal Brown. HEX triplet: 35, 03 and 02. RGB value is (53,3,2). Sum of RGB (Red+Green+Blue) = 53+3+2=58 (7% of max value = 765). Red value is 53 (21.09% from 255 or 91.38% from 58); Green value is 3 (1.56% from 255 or 5.17% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 53 - color contains mainly: red. Hex color #350302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350302 is #CAFCFD. Grayscale: #111111. Windows color (decimal): -13303038 or 131893. OLE color: 131893.

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

Color convert

RGB 53 3 2 -
CMYK 0 0.94 0.96 0.79
HSL 1.18º 0.93% 0.11% -
HSV(B) 1.18º 0.96% 0.21% -
XYZ 1.51 0.83 0.14 -
YUV 17.84 119.07 153.08 -
System Red Green Blue C M Y K H S L
Decimal 53 3 2 0 0.94 0.96 0.79 1.18 0.93 0.11
Hex 35 3 2 0 5E 60 4F 1 5D B
Octal 65 3 2 0 136 140 117 1 135 13
Binary 110101 11 10 0 1011110 1100000 1001111 1 1011101 1011

Color Harmonies of #350302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350302

Black with #350302

Text Example


Text Example

White with #350302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350302; }

 p { color: rgb(53,3,2); }

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

background-color css

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

 a { background-color: rgb(53,3,2); }

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

border-color css

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

 span { border-color: rgb(53,3,2); }

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