Html Css Color HEX #350F0F Seal Brown

📋 copy color: '#350F0F'

red 53 ◦ green 15 ◦ blue 15

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

Shades of Seal Brown #350F0F

Tints of Seal Brown #350F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 18.07%

R = 63.86%
G = 18.07%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.79

RGB Variations

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

Color information

#350F0F (or 0x350F0F) is known color: Seal Brown. HEX triplet: 35, 0F and 0F. RGB value is (53,15,15). Sum of RGB (Red+Green+Blue) = 53+15+15=83 (10% of max value = 765). Red value is 53 (21.09% from 255 or 63.86% from 83); Green value is 15 (6.25% from 255 or 18.07% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 53 - color contains mainly: red. Hex color #350F0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350F0F is #CAF0F0. Grayscale: #1A1A1A. Windows color (decimal): -13299953 or 986933. OLE color: 986933.

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

Color convert

RGB 53 15 15 -
CMYK 0 0.72 0.72 0.79
HSL 0.56% 0.13% -
HSV(B) 0.72% 0.21% -
XYZ 1.73 1.13 0.58 -
YUV 26.36 121.59 147 -
System Red Green Blue C M Y K H S L
Decimal 53 15 15 0 0.72 0.72 0.79 0 0.56 0.13
Hex 35 F F 0 48 48 4F 0 38 D
Octal 65 17 17 0 110 110 117 0 70 15
Binary 110101 1111 1111 0 1001000 1001000 1001111 0 111000 1101

Color Harmonies of #350F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350F0F

Black with #350F0F

Text Example


Text Example

White with #350F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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