Html Css Color HEX #350905 Seal Brown

📋 copy color: '#350905'

red 53 ◦ green 9 ◦ blue 5

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

Shades of Seal Brown #350905

Tints of Seal Brown #350905

RGB

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

 GREEN value IS 9 (3.91% from 255) = 13.43%

 BLUE value IS 5 (2.34% from 255) = 7.46%

R = 79.1%
G = 13.43%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.79

RGB Variations

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

Color information

#350905 (or 0x350905) is known color: Seal Brown. HEX triplet: 35, 09 and 05. RGB value is (53,9,5). Sum of RGB (Red+Green+Blue) = 53+9+5=67 (8% of max value = 765). Red value is 53 (21.09% from 255 or 79.10% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 5 (2.34% from 255 or 7.46% from 67); Max value from RGB is 53 - color contains mainly: red. Hex color #350905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350905 is #CAF6FA. Grayscale: #151515. Windows color (decimal): -13301499 or 330037. OLE color: 330037.

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

Color convert

RGB 53 9 5 -
CMYK 0 0.83 0.91 0.79
HSL 0.83% 0.11% -
HSV(B) 0.91% 0.21% -
XYZ 1.59 0.96 0.25 -
YUV 21.7 118.58 150.33 -
System Red Green Blue C M Y K H S L
Decimal 53 9 5 0 0.83 0.91 0.79 5 0.83 0.11
Hex 35 9 5 0 53 5B 4F 5 53 B
Octal 65 11 5 0 123 133 117 5 123 13
Binary 110101 1001 101 0 1010011 1011011 1001111 101 1010011 1011

Color Harmonies of #350905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350905

Black with #350905

Text Example


Text Example

White with #350905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350905; }

 p { color: rgb(53,9,5); }

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

background-color css

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

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

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

border-color css

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

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

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