Html Css Color HEX #261200 Cocoa Brown

📋 copy color: '#261200'

red 38 ◦ green 18 ◦ blue 0

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

Shades of Cocoa Brown #261200

Tints of Cocoa Brown #261200

RGB

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

 GREEN value IS 18 (7.42% from 255) = 32.14%

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

R = 67.86%
G = 32.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#261200 (or 0x261200) is known color: Cocoa Brown. HEX triplet: 26, 12 and 00. RGB value is (38,18,0). Sum of RGB (Red+Green+Blue) = 38+18+0=56 (7% of max value = 765). Red value is 38 (15.23% from 255 or 67.86% from 56); Green value is 18 (7.42% from 255 or 32.14% from 56); Blue value is 0 (0.39% from 255 or 0% from 56); Max value from RGB is 38 - color contains mainly: red. Hex color #261200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261200 is #D9EDFF. Grayscale: #161616. Windows color (decimal): -14282240 or 4646. OLE color: 4646.

HSL color Cylindrical-coordinate representation of color #261200: hue angle of 28.42º 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 #261200 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 18 0 -
CMYK 0 0.53 1 0.85
HSL 28.42º 1% 0.07% -
HSV(B) 28.42º 1% 0.15% -
XYZ 1.02 0.84 0.11 -
YUV 21.93 115.63 139.46 -
System Red Green Blue C M Y K H S L
Decimal 38 18 0 0 0.53 1 0.85 28.42 1 0.07
Hex 26 12 0 0 35 64 55 1C 64 7
Octal 46 22 0 0 65 144 125 34 144 7
Binary 100110 10010 0 0 110101 1100100 1010101 11100 1100100 111

Color Harmonies of #261200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261200

Black with #261200

Text Example


Text Example

White with #261200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261200; }

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

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

background-color css

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

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

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

border-color css

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

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

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