Html Css Color HEX #261000 Cocoa Brown

📋 copy color: '#261000'

red 38 ◦ green 16 ◦ blue 0

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

Shades of Cocoa Brown #261000

Tints of Cocoa Brown #261000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 29.63%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.37%
G = 29.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#261000 (or 0x261000) is known color: Cocoa Brown. HEX triplet: 26, 10 and 00. RGB value is (38,16,0). Sum of RGB (Red+Green+Blue) = 38+16+0=54 (7% of max value = 765). Red value is 38 (15.23% from 255 or 70.37% from 54); Green value is 16 (6.64% from 255 or 29.63% from 54); Blue value is 0 (0.39% from 255 or 0% from 54); Max value from RGB is 38 - color contains mainly: red. Hex color #261000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261000 is #D9EFFF. Grayscale: #141414. Windows color (decimal): -14282752 or 4134. OLE color: 4134.

HSL color Cylindrical-coordinate representation of color #261000: hue angle of 25.26º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #261000 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 16 0 -
CMYK 0 0.58 1 0.85
HSL 25.26º 1% 0.07% -
HSV(B) 25.26º 1% 0.15% -
XYZ 0.98 0.78 0.1 -
YUV 20.75 116.29 140.3 -
System Red Green Blue C M Y K H S L
Decimal 38 16 0 0 0.58 1 0.85 25.26 1 0.07
Hex 26 10 0 0 3A 64 55 19 64 7
Octal 46 20 0 0 72 144 125 31 144 7
Binary 100110 10000 0 0 111010 1100100 1010101 11001 1100100 111

Color Harmonies of #261000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261000

Black with #261000

Text Example


Text Example

White with #261000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261000; }

 p { color: rgb(38,16,0); }

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

background-color css

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

 a { background-color: rgb(38,16,0); }

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

border-color css

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

 span { border-color: rgb(38,16,0); }

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