Html Css Color HEX #350907 Seal Brown

📋 copy color: '#350907'

red 53 ◦ green 9 ◦ blue 7

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

Shades of Seal Brown #350907

Tints of Seal Brown #350907

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 10.14%

R = 76.81%
G = 13.04%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.79

RGB Variations

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

Color information

#350907 (or 0x350907) is known color: Seal Brown. HEX triplet: 35, 09 and 07. RGB value is (53,9,7). Sum of RGB (Red+Green+Blue) = 53+9+7=69 (9% of max value = 765). Red value is 53 (21.09% from 255 or 76.81% from 69); Green value is 9 (3.91% from 255 or 13.04% from 69); Blue value is 7 (3.12% from 255 or 10.14% from 69); Max value from RGB is 53 - color contains mainly: red. Hex color #350907 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350907 is #CAF6F8. Grayscale: #151515. Windows color (decimal): -13301497 or 461109. OLE color: 461109.

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

Color convert

RGB 53 9 7 -
CMYK 0 0.83 0.87 0.79
HSL 2.61º 0.77% 0.12% -
HSV(B) 2.61º 0.87% 0.21% -
XYZ 1.6 0.97 0.3 -
YUV 21.93 119.58 150.16 -
System Red Green Blue C M Y K H S L
Decimal 53 9 7 0 0.83 0.87 0.79 2.61 0.77 0.12
Hex 35 9 7 0 53 57 4F 3 4D C
Octal 65 11 7 0 123 127 117 3 115 14
Binary 110101 1001 111 0 1010011 1010111 1001111 11 1001101 1100

Color Harmonies of #350907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350907

Black with #350907

Text Example


Text Example

White with #350907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350907; }

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

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

background-color css

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

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

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

border-color css

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

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

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