Html Css Color HEX #261800 Cocoa Brown

📋 copy color: '#261800'

red 38 ◦ green 24 ◦ blue 0

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

Shades of Cocoa Brown #261800

Tints of Cocoa Brown #261800

RGB

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

 GREEN value IS 24 (9.77% from 255) = 38.71%

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

R = 61.29%
G = 38.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#261800 (or 0x261800) is known color: Cocoa Brown. HEX triplet: 26, 18 and 00. RGB value is (38,24,0). Sum of RGB (Red+Green+Blue) = 38+24+0=62 (8% of max value = 765). Red value is 38 (15.23% from 255 or 61.29% from 62); Green value is 24 (9.77% from 255 or 38.71% from 62); Blue value is 0 (0.39% from 255 or 0% from 62); Max value from RGB is 38 - color contains mainly: red. Hex color #261800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261800 is #D9E7FF. Grayscale: #191919. Windows color (decimal): -14280704 or 6182. OLE color: 6182.

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

Color convert

RGB 38 24 0 -
CMYK 0 0.37 1 0.85
HSL 37.89º 1% 0.07% -
HSV(B) 37.89º 1% 0.15% -
XYZ 1.13 1.07 0.15 -
YUV 25.45 113.64 136.95 -
System Red Green Blue C M Y K H S L
Decimal 38 24 0 0 0.37 1 0.85 37.89 1 0.07
Hex 26 18 0 0 25 64 55 26 64 7
Octal 46 30 0 0 45 144 125 46 144 7
Binary 100110 11000 0 0 100101 1100100 1010101 100110 1100100 111

Color Harmonies of #261800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261800

Black with #261800

Text Example


Text Example

White with #261800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261800; }

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

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

background-color css

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

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

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

border-color css

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

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

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