Html Css Color HEX #350C0B Seal Brown

📋 copy color: '#350C0B'

red 53 ◦ green 12 ◦ blue 11

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

Shades of Seal Brown #350C0B

Tints of Seal Brown #350C0B

RGB

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

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

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

R = 69.74%
G = 15.79%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.79

RGB Variations

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

Color information

#350C0B (or 0x350C0B) is known color: Seal Brown. HEX triplet: 35, 0C and 0B. RGB value is (53,12,11). Sum of RGB (Red+Green+Blue) = 53+12+11=76 (10% of max value = 765). Red value is 53 (21.09% from 255 or 69.74% from 76); Green value is 12 (5.08% from 255 or 15.79% from 76); Blue value is 11 (4.69% from 255 or 14.47% from 76); Max value from RGB is 53 - color contains mainly: red. Hex color #350C0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350C0B is #CAF3F4. Grayscale: #181818. Windows color (decimal): -13300725 or 724021. OLE color: 724021.

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

Color convert

RGB 53 12 11 -
CMYK 0 0.77 0.79 0.79
HSL 1.43º 0.66% 0.13% -
HSV(B) 1.43º 0.79% 0.21% -
XYZ 1.66 1.04 0.43 -
YUV 24.15 120.58 148.58 -
System Red Green Blue C M Y K H S L
Decimal 53 12 11 0 0.77 0.79 0.79 1.43 0.66 0.13
Hex 35 C B 0 4D 4F 4F 1 42 D
Octal 65 14 13 0 115 117 117 1 102 15
Binary 110101 1100 1011 0 1001101 1001111 1001111 1 1000010 1101

Color Harmonies of #350C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350C0B

Black with #350C0B

Text Example


Text Example

White with #350C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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