Html Css Color HEX #350F07 Seal Brown

📋 copy color: '#350F07'

red 53 ◦ green 15 ◦ blue 7

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

Shades of Seal Brown #350F07

Tints of Seal Brown #350F07

RGB

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

 GREEN value IS 15 (6.25% from 255) = 20%

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

R = 70.67%
G = 20%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.79

RGB Variations

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

Color information

#350F07 (or 0x350F07) is known color: Seal Brown. HEX triplet: 35, 0F and 07. RGB value is (53,15,7). Sum of RGB (Red+Green+Blue) = 53+15+7=75 (9% of max value = 765). Red value is 53 (21.09% from 255 or 70.67% from 75); Green value is 15 (6.25% from 255 or 20% from 75); Blue value is 7 (3.12% from 255 or 9.33% from 75); Max value from RGB is 53 - color contains mainly: red. Hex color #350F07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350F07 is #CAF0F8. Grayscale: #191919. Windows color (decimal): -13299961 or 462645. OLE color: 462645.

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

Color convert

RGB 53 15 7 -
CMYK 0 0.72 0.87 0.79
HSL 10.43º 0.77% 0.12% -
HSV(B) 10.43º 0.87% 0.21% -
XYZ 1.68 1.11 0.33 -
YUV 25.45 117.59 147.65 -
System Red Green Blue C M Y K H S L
Decimal 53 15 7 0 0.72 0.87 0.79 10.43 0.77 0.12
Hex 35 F 7 0 48 57 4F A 4D C
Octal 65 17 7 0 110 127 117 12 115 14
Binary 110101 1111 111 0 1001000 1010111 1001111 1010 1001101 1100

Color Harmonies of #350F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350F07

Black with #350F07

Text Example


Text Example

White with #350F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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