Html Css Color HEX #261400 Cocoa Brown

📋 copy color: '#261400'

red 38 ◦ green 20 ◦ blue 0

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

Shades of Cocoa Brown #261400

Tints of Cocoa Brown #261400

RGB

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

 GREEN value IS 20 (8.2% from 255) = 34.48%

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

R = 65.52%
G = 34.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#261400 (or 0x261400) is known color: Cocoa Brown. HEX triplet: 26, 14 and 00. RGB value is (38,20,0). Sum of RGB (Red+Green+Blue) = 38+20+0=58 (7% of max value = 765). Red value is 38 (15.23% from 255 or 65.52% from 58); Green value is 20 (8.20% from 255 or 34.48% from 58); Blue value is 0 (0.39% from 255 or 0% from 58); Max value from RGB is 38 - color contains mainly: red. Hex color #261400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261400 is #D9EBFF. Grayscale: #171717. Windows color (decimal): -14281728 or 5158. OLE color: 5158.

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

Color convert

RGB 38 20 0 -
CMYK 0 0.47 1 0.85
HSL 31.58º 1% 0.07% -
HSV(B) 31.58º 1% 0.15% -
XYZ 1.05 0.91 0.12 -
YUV 23.1 114.96 138.63 -
System Red Green Blue C M Y K H S L
Decimal 38 20 0 0 0.47 1 0.85 31.58 1 0.07
Hex 26 14 0 0 2F 64 55 20 64 7
Octal 46 24 0 0 57 144 125 40 144 7
Binary 100110 10100 0 0 101111 1100100 1010101 100000 1100100 111

Color Harmonies of #261400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261400

Black with #261400

Text Example


Text Example

White with #261400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261400; }

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

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

background-color css

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

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

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

border-color css

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

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

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