Html Css Color HEX #350B08 Seal Brown

📋 copy color: '#350B08'

red 53 ◦ green 11 ◦ blue 8

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

Shades of Seal Brown #350B08

Tints of Seal Brown #350B08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 11.11%

R = 73.61%
G = 15.28%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.79

RGB Variations

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

Color information

#350B08 (or 0x350B08) is known color: Seal Brown. HEX triplet: 35, 0B and 08. RGB value is (53,11,8). Sum of RGB (Red+Green+Blue) = 53+11+8=72 (9% of max value = 765). Red value is 53 (21.09% from 255 or 73.61% from 72); Green value is 11 (4.69% from 255 or 15.28% from 72); Blue value is 8 (3.52% from 255 or 11.11% from 72); Max value from RGB is 53 - color contains mainly: red. Hex color #350B08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350B08 is #CAF4F7. Grayscale: #171717. Windows color (decimal): -13300984 or 527157. OLE color: 527157.

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

Color convert

RGB 53 11 8 -
CMYK 0 0.79 0.85 0.79
HSL 0.74% 0.12% -
HSV(B) 0.85% 0.21% -
XYZ 1.63 1.01 0.34 -
YUV 23.22 119.41 149.24 -
System Red Green Blue C M Y K H S L
Decimal 53 11 8 0 0.79 0.85 0.79 4 0.74 0.12
Hex 35 B 8 0 4F 55 4F 4 4A C
Octal 65 13 10 0 117 125 117 4 112 14
Binary 110101 1011 1000 0 1001111 1010101 1001111 100 1001010 1100

Color Harmonies of #350B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350B08

Black with #350B08

Text Example


Text Example

White with #350B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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