Html Css Color HEX #260F05 Seal Brown

📋 copy color: '#260F05'

red 38 ◦ green 15 ◦ blue 5

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

Shades of Seal Brown #260F05

Tints of Seal Brown #260F05

RGB

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

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

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

R = 65.52%
G = 25.86%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.85

RGB Variations

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

Color information

#260F05 (or 0x260F05) is known color: Seal Brown. HEX triplet: 26, 0F and 05. RGB value is (38,15,5). Sum of RGB (Red+Green+Blue) = 38+15+5=58 (7% of max value = 765). Red value is 38 (15.23% from 255 or 65.52% from 58); Green value is 15 (6.25% from 255 or 25.86% from 58); Blue value is 5 (2.34% from 255 or 8.62% from 58); Max value from RGB is 38 - color contains mainly: red. Hex color #260F05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260F05 is #D9F0FA. Grayscale: #141414. Windows color (decimal): -14283003 or 331558. OLE color: 331558.

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

Color convert

RGB 38 15 5 -
CMYK 0 0.61 0.87 0.85
HSL 18.18º 0.77% 0.08% -
HSV(B) 18.18º 0.87% 0.15% -
XYZ 1 0.76 0.24 -
YUV 20.74 119.12 140.31 -
System Red Green Blue C M Y K H S L
Decimal 38 15 5 0 0.61 0.87 0.85 18.18 0.77 0.08
Hex 26 F 5 0 3D 57 55 12 4D 8
Octal 46 17 5 0 75 127 125 22 115 10
Binary 100110 1111 101 0 111101 1010111 1010101 10010 1001101 1000

Color Harmonies of #260F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260F05

Black with #260F05

Text Example


Text Example

White with #260F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,15,5); }

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

background-color css

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

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

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

border-color css

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

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

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