Html Css Color HEX #350B0B Seal Brown

📋 copy color: '#350B0B'

red 53 ◦ green 11 ◦ blue 11

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

Shades of Seal Brown #350B0B

Tints of Seal Brown #350B0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 14.67%

R = 70.67%
G = 14.67%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.79

RGB Variations

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

Color information

#350B0B (or 0x350B0B) is known color: Seal Brown. HEX triplet: 35, 0B and 0B. RGB value is (53,11,11). Sum of RGB (Red+Green+Blue) = 53+11+11=75 (9% of max value = 765). Red value is 53 (21.09% from 255 or 70.67% from 75); Green value is 11 (4.69% from 255 or 14.67% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 53 - color contains mainly: red. Hex color #350B0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350B0B is #CAF4F4. Grayscale: #171717. Windows color (decimal): -13300981 or 723765. OLE color: 723765.

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

Color convert

RGB 53 11 11 -
CMYK 0 0.79 0.79 0.79
HSL 0.66% 0.13% -
HSV(B) 0.79% 0.21% -
XYZ 1.65 1.02 0.43 -
YUV 23.56 120.91 149 -
System Red Green Blue C M Y K H S L
Decimal 53 11 11 0 0.79 0.79 0.79 0 0.66 0.13
Hex 35 B B 0 4F 4F 4F 0 42 D
Octal 65 13 13 0 117 117 117 0 102 15
Binary 110101 1011 1011 0 1001111 1001111 1001111 0 1000010 1101

Color Harmonies of #350B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350B0B

Black with #350B0B

Text Example


Text Example

White with #350B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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