Html Css Color HEX #350505 Seal Brown

📋 copy color: '#350505'

red 53 ◦ green 5 ◦ blue 5

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

Shades of Seal Brown #350505

Tints of Seal Brown #350505

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.94%

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

R = 84.13%
G = 7.94%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.79

RGB Variations

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

Color information

#350505 (or 0x350505) is known color: Seal Brown. HEX triplet: 35, 05 and 05. RGB value is (53,5,5). Sum of RGB (Red+Green+Blue) = 53+5+5=63 (8% of max value = 765). Red value is 53 (21.09% from 255 or 84.13% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 5 (2.34% from 255 or 7.94% from 63); Max value from RGB is 53 - color contains mainly: red. Hex color #350505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350505 is #CAFAFA. Grayscale: #131313. Windows color (decimal): -13302523 or 329013. OLE color: 329013.

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

Color convert

RGB 53 5 5 -
CMYK 0 0.91 0.91 0.79
HSL 0.83% 0.11% -
HSV(B) 0.91% 0.21% -
XYZ 1.55 0.88 0.23 -
YUV 19.35 119.9 152 -
System Red Green Blue C M Y K H S L
Decimal 53 5 5 0 0.91 0.91 0.79 0 0.83 0.11
Hex 35 5 5 0 5B 5B 4F 0 53 B
Octal 65 5 5 0 133 133 117 0 123 13
Binary 110101 101 101 0 1011011 1011011 1001111 0 1010011 1011

Color Harmonies of #350505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350505

Black with #350505

Text Example


Text Example

White with #350505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350505; }

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

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

background-color css

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

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

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

border-color css

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

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

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