Html Css Color HEX #260C01 Seal Brown

📋 copy color: '#260C01'

red 38 ◦ green 12 ◦ blue 1

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

Shades of Seal Brown #260C01

Tints of Seal Brown #260C01

RGB

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

 GREEN value IS 12 (5.08% from 255) = 23.53%

 BLUE value IS 1 (0.78% from 255) = 1.96%

R = 74.51%
G = 23.53%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#260C01 (or 0x260C01) is known color: Seal Brown. HEX triplet: 26, 0C and 01. RGB value is (38,12,1). Sum of RGB (Red+Green+Blue) = 38+12+1=51 (6% of max value = 765). Red value is 38 (15.23% from 255 or 74.51% from 51); Green value is 12 (5.08% from 255 or 23.53% from 51); Blue value is 1 (0.78% from 255 or 1.96% from 51); Max value from RGB is 38 - color contains mainly: red. Hex color #260C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260C01 is #D9F3FE. Grayscale: #121212. Windows color (decimal): -14283775 or 68646. OLE color: 68646.

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

Color convert

RGB 38 12 1 -
CMYK 0 0.68 0.97 0.85
HSL 17.84º 0.95% 0.08% -
HSV(B) 17.84º 0.97% 0.15% -
XYZ 0.94 0.68 0.11 -
YUV 18.52 118.11 141.89 -
System Red Green Blue C M Y K H S L
Decimal 38 12 1 0 0.68 0.97 0.85 17.84 0.95 0.08
Hex 26 C 1 0 44 61 55 12 5F 8
Octal 46 14 1 0 104 141 125 22 137 10
Binary 100110 1100 1 0 1000100 1100001 1010101 10010 1011111 1000

Color Harmonies of #260C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260C01

Black with #260C01

Text Example


Text Example

White with #260C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,12,1); }

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

background-color css

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

 a { background-color: rgb(38,12,1); }

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

border-color css

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

 span { border-color: rgb(38,12,1); }

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