Html Css Color HEX #261501 Cocoa Brown

📋 copy color: '#261501'

red 38 ◦ green 21 ◦ blue 1

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

Shades of Cocoa Brown #261501

Tints of Cocoa Brown #261501

RGB

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

 GREEN value IS 21 (8.59% from 255) = 35%

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

R = 63.33%
G = 35%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#261501 (or 0x261501) is known color: Cocoa Brown. HEX triplet: 26, 15 and 01. RGB value is (38,21,1). Sum of RGB (Red+Green+Blue) = 38+21+1=60 (7% of max value = 765). Red value is 38 (15.23% from 255 or 63.33% from 60); Green value is 21 (8.59% from 255 or 35% from 60); Blue value is 1 (0.78% from 255 or 1.67% from 60); Max value from RGB is 38 - color contains mainly: red. Hex color #261501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261501 is #D9EAFE. Grayscale: #171717. Windows color (decimal): -14281471 or 70950. OLE color: 70950.

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

Color convert

RGB 38 21 1 -
CMYK 0 0.45 0.97 0.85
HSL 32.43º 0.95% 0.08% -
HSV(B) 32.43º 0.97% 0.15% -
XYZ 1.07 0.95 0.16 -
YUV 23.8 115.13 138.13 -
System Red Green Blue C M Y K H S L
Decimal 38 21 1 0 0.45 0.97 0.85 32.43 0.95 0.08
Hex 26 15 1 0 2D 61 55 20 5F 8
Octal 46 25 1 0 55 141 125 40 137 10
Binary 100110 10101 1 0 101101 1100001 1010101 100000 1011111 1000

Color Harmonies of #261501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261501

Black with #261501

Text Example


Text Example

White with #261501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261501; }

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

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

background-color css

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

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

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

border-color css

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

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

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