Html Css Color HEX #350F03 Seal Brown

📋 copy color: '#350F03'

red 53 ◦ green 15 ◦ blue 3

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

Shades of Seal Brown #350F03

Tints of Seal Brown #350F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 4.23%

R = 74.65%
G = 21.13%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.79

RGB Variations

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

Color information

#350F03 (or 0x350F03) is known color: Seal Brown. HEX triplet: 35, 0F and 03. RGB value is (53,15,3). Sum of RGB (Red+Green+Blue) = 53+15+3=71 (9% of max value = 765). Red value is 53 (21.09% from 255 or 74.65% from 71); Green value is 15 (6.25% from 255 or 21.13% from 71); Blue value is 3 (1.56% from 255 or 4.23% from 71); Max value from RGB is 53 - color contains mainly: red. Hex color #350F03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350F03 is #CAF0FC. Grayscale: #191919. Windows color (decimal): -13299965 or 200501. OLE color: 200501.

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

Color convert

RGB 53 15 3 -
CMYK 0 0.72 0.94 0.79
HSL 14.4º 0.89% 0.11% -
HSV(B) 14.4º 0.94% 0.21% -
XYZ 1.66 1.11 0.21 -
YUV 24.99 115.59 147.98 -
System Red Green Blue C M Y K H S L
Decimal 53 15 3 0 0.72 0.94 0.79 14.4 0.89 0.11
Hex 35 F 3 0 48 5E 4F E 59 B
Octal 65 17 3 0 110 136 117 16 131 13
Binary 110101 1111 11 0 1001000 1011110 1001111 1110 1011001 1011

Color Harmonies of #350F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350F03

Black with #350F03

Text Example


Text Example

White with #350F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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