Html Css Color HEX #261304 Cocoa Brown

📋 copy color: '#261304'

red 38 ◦ green 19 ◦ blue 4

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

Shades of Cocoa Brown #261304

Tints of Cocoa Brown #261304

RGB

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

 GREEN value IS 19 (7.81% from 255) = 31.15%

 BLUE value IS 4 (1.95% from 255) = 6.56%

R = 62.3%
G = 31.15%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.85

RGB Variations

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

Color information

#261304 (or 0x261304) is known color: Cocoa Brown. HEX triplet: 26, 13 and 04. RGB value is (38,19,4). Sum of RGB (Red+Green+Blue) = 38+19+4=61 (8% of max value = 765). Red value is 38 (15.23% from 255 or 62.30% from 61); Green value is 19 (7.81% from 255 or 31.15% from 61); Blue value is 4 (1.95% from 255 or 6.56% from 61); Max value from RGB is 38 - color contains mainly: red. Hex color #261304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261304 is #D9ECFB. Grayscale: #171717. Windows color (decimal): -14281980 or 267046. OLE color: 267046.

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

Color convert

RGB 38 19 4 -
CMYK 0 0.50 0.89 0.85
HSL 26.47º 0.81% 0.08% -
HSV(B) 26.47º 0.89% 0.15% -
XYZ 1.05 0.89 0.23 -
YUV 22.97 117.29 138.72 -
System Red Green Blue C M Y K H S L
Decimal 38 19 4 0 0.50 0.89 0.85 26.47 0.81 0.08
Hex 26 13 4 0 32 59 55 1A 51 8
Octal 46 23 4 0 62 131 125 32 121 10
Binary 100110 10011 100 0 110010 1011001 1010101 11010 1010001 1000

Color Harmonies of #261304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261304

Black with #261304

Text Example


Text Example

White with #261304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261304; }

 p { color: rgb(38,19,4); }

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

background-color css

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

 a { background-color: rgb(38,19,4); }

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

border-color css

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

 span { border-color: rgb(38,19,4); }

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