Html Css Color HEX #350B02 Seal Brown

📋 copy color: '#350B02'

red 53 ◦ green 11 ◦ blue 2

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

Shades of Seal Brown #350B02

Tints of Seal Brown #350B02

RGB

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

 GREEN value IS 11 (4.69% from 255) = 16.67%

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

R = 80.3%
G = 16.67%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#350B02 (or 0x350B02) is known color: Seal Brown. HEX triplet: 35, 0B and 02. RGB value is (53,11,2). Sum of RGB (Red+Green+Blue) = 53+11+2=66 (8% of max value = 765). Red value is 53 (21.09% from 255 or 80.30% from 66); Green value is 11 (4.69% from 255 or 16.67% from 66); Blue value is 2 (1.17% from 255 or 3.03% from 66); Max value from RGB is 53 - color contains mainly: red. Hex color #350B02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350B02 is #CAF4FD. Grayscale: #161616. Windows color (decimal): -13300990 or 133941. OLE color: 133941.

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

Color convert

RGB 53 11 2 -
CMYK 0 0.79 0.96 0.79
HSL 10.59º 0.93% 0.11% -
HSV(B) 10.59º 0.96% 0.21% -
XYZ 1.6 1 0.17 -
YUV 22.53 116.41 149.73 -
System Red Green Blue C M Y K H S L
Decimal 53 11 2 0 0.79 0.96 0.79 10.59 0.93 0.11
Hex 35 B 2 0 4F 60 4F B 5D B
Octal 65 13 2 0 117 140 117 13 135 13
Binary 110101 1011 10 0 1001111 1100000 1001111 1011 1011101 1011

Color Harmonies of #350B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350B02

Black with #350B02

Text Example


Text Example

White with #350B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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