Html Css Color HEX #260D02 Seal Brown

📋 copy color: '#260D02'

red 38 ◦ green 13 ◦ blue 2

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

Shades of Seal Brown #260D02

Tints of Seal Brown #260D02

RGB

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

 GREEN value IS 13 (5.47% from 255) = 24.53%

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

R = 71.7%
G = 24.53%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.85

RGB Variations

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

Color information

#260D02 (or 0x260D02) is known color: Seal Brown. HEX triplet: 26, 0D and 02. RGB value is (38,13,2). Sum of RGB (Red+Green+Blue) = 38+13+2=53 (7% of max value = 765). Red value is 38 (15.23% from 255 or 71.70% from 53); Green value is 13 (5.47% from 255 or 24.53% from 53); Blue value is 2 (1.17% from 255 or 3.77% from 53); Max value from RGB is 38 - color contains mainly: red. Hex color #260D02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260D02 is #D9F2FD. Grayscale: #131313. Windows color (decimal): -14283518 or 134438. OLE color: 134438.

HSL color Cylindrical-coordinate representation of color #260D02: hue angle of 18.33º 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 #260D02 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 13 2 -
CMYK 0 0.66 0.95 0.85
HSL 18.33º 0.9% 0.08% -
HSV(B) 18.33º 0.95% 0.15% -
XYZ 0.95 0.7 0.14 -
YUV 19.22 118.28 141.39 -
System Red Green Blue C M Y K H S L
Decimal 38 13 2 0 0.66 0.95 0.85 18.33 0.9 0.08
Hex 26 D 2 0 42 5F 55 12 5A 8
Octal 46 15 2 0 102 137 125 22 132 10
Binary 100110 1101 10 0 1000010 1011111 1010101 10010 1011010 1000

Color Harmonies of #260D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260D02

Black with #260D02

Text Example


Text Example

White with #260D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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