Html Css Color HEX #260A04 Seal Brown

📋 copy color: '#260A04'

red 38 ◦ green 10 ◦ blue 4

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

Shades of Seal Brown #260A04

Tints of Seal Brown #260A04

RGB

 RED value IS 38 (15.23% from 255) = 73.08%

 GREEN value IS 10 (4.3% from 255) = 19.23%

 BLUE value IS 4 (1.95% from 255) = 7.69%

R = 73.08%
G = 19.23%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.85

RGB Variations

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

Color information

#260A04 (or 0x260A04) is known color: Seal Brown. HEX triplet: 26, 0A and 04. RGB value is (38,10,4). Sum of RGB (Red+Green+Blue) = 38+10+4=52 (6% of max value = 765). Red value is 38 (15.23% from 255 or 73.08% from 52); Green value is 10 (4.30% from 255 or 19.23% from 52); Blue value is 4 (1.95% from 255 or 7.69% from 52); Max value from RGB is 38 - color contains mainly: red. Hex color #260A04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260A04 is #D9F5FB. Grayscale: #111111. Windows color (decimal): -14284284 or 264742. OLE color: 264742.

HSL color Cylindrical-coordinate representation of color #260A04: hue angle of 10.59º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #260A04 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 10 4 -
CMYK 0 0.74 0.89 0.85
HSL 10.59º 0.81% 0.08% -
HSV(B) 10.59º 0.89% 0.15% -
XYZ 0.93 0.64 0.19 -
YUV 17.69 120.28 142.49 -
System Red Green Blue C M Y K H S L
Decimal 38 10 4 0 0.74 0.89 0.85 10.59 0.81 0.08
Hex 26 A 4 0 4A 59 55 B 51 8
Octal 46 12 4 0 112 131 125 13 121 10
Binary 100110 1010 100 0 1001010 1011001 1010101 1011 1010001 1000

Color Harmonies of #260A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260A04

Black with #260A04

Text Example


Text Example

White with #260A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260A04; }

 p { color: rgb(38,10,4); }

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

background-color css

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

 a { background-color: rgb(38,10,4); }

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

border-color css

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

 span { border-color: rgb(38,10,4); }

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