Html Css Color HEX #260502 Seal Brown

📋 copy color: '#260502'

red 38 ◦ green 5 ◦ blue 2

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

Shades of Seal Brown #260502

Tints of Seal Brown #260502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 4.44%

R = 84.44%
G = 11.11%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.85

RGB Variations

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

Color information

#260502 (or 0x260502) is known color: Seal Brown. HEX triplet: 26, 05 and 02. RGB value is (38,5,2). Sum of RGB (Red+Green+Blue) = 38+5+2=45 (5% of max value = 765). Red value is 38 (15.23% from 255 or 84.44% from 45); Green value is 5 (2.34% from 255 or 11.11% from 45); Blue value is 2 (1.17% from 255 or 4.44% from 45); Max value from RGB is 38 - color contains mainly: red. Hex color #260502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260502 is #D9FAFD. Grayscale: #0E0E0E. Windows color (decimal): -14285566 or 132390. OLE color: 132390.

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

Color convert

RGB 38 5 2 -
CMYK 0 0.87 0.95 0.85
HSL 0.9% 0.08% -
HSV(B) 0.95% 0.15% -
XYZ 0.86 0.52 0.11 -
YUV 14.53 120.93 144.74 -
System Red Green Blue C M Y K H S L
Decimal 38 5 2 0 0.87 0.95 0.85 5 0.9 0.08
Hex 26 5 2 0 57 5F 55 5 5A 8
Octal 46 5 2 0 127 137 125 5 132 10
Binary 100110 101 10 0 1010111 1011111 1010101 101 1011010 1000

Color Harmonies of #260502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260502

Black with #260502

Text Example


Text Example

White with #260502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260502; }

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

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

background-color css

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

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

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

border-color css

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

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

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