Html Css Color HEX #261401 Cocoa Brown

📋 copy color: '#261401'

red 38 ◦ green 20 ◦ blue 1

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

Shades of Cocoa Brown #261401

Tints of Cocoa Brown #261401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.69%

R = 64.41%
G = 33.9%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#261401 (or 0x261401) is known color: Cocoa Brown. HEX triplet: 26, 14 and 01. RGB value is (38,20,1). Sum of RGB (Red+Green+Blue) = 38+20+1=59 (7% of max value = 765). Red value is 38 (15.23% from 255 or 64.41% from 59); Green value is 20 (8.20% from 255 or 33.90% from 59); Blue value is 1 (0.78% from 255 or 1.69% from 59); Max value from RGB is 38 - color contains mainly: red. Hex color #261401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261401 is #D9EBFE. Grayscale: #171717. Windows color (decimal): -14281727 or 70694. OLE color: 70694.

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

Color convert

RGB 38 20 1 -
CMYK 0 0.47 0.97 0.85
HSL 30.81º 0.95% 0.08% -
HSV(B) 30.81º 0.97% 0.15% -
XYZ 1.05 0.91 0.15 -
YUV 23.22 115.46 138.54 -
System Red Green Blue C M Y K H S L
Decimal 38 20 1 0 0.47 0.97 0.85 30.81 0.95 0.08
Hex 26 14 1 0 2F 61 55 1F 5F 8
Octal 46 24 1 0 57 141 125 37 137 10
Binary 100110 10100 1 0 101111 1100001 1010101 11111 1011111 1000

Color Harmonies of #261401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261401

Black with #261401

Text Example


Text Example

White with #261401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261401; }

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

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

background-color css

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

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

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

border-color css

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

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

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