Html Css Color HEX #261B0C Cocoa Brown

📋 copy color: '#261B0C'

red 38 ◦ green 27 ◦ blue 12

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

Shades of Cocoa Brown #261B0C

Tints of Cocoa Brown #261B0C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 35.06%

 BLUE value IS 12 (5.08% from 255) = 15.58%

R = 49.35%
G = 35.06%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#261B0C (or 0x261B0C) is known color: Cocoa Brown. HEX triplet: 26, 1B and 0C. RGB value is (38,27,12). Sum of RGB (Red+Green+Blue) = 38+27+12=77 (10% of max value = 765). Red value is 38 (15.23% from 255 or 49.35% from 77); Green value is 27 (10.94% from 255 or 35.06% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 38 - color contains mainly: red. Hex color #261B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261B0C is #D9E4F3. Grayscale: #1C1C1C. Windows color (decimal): -14279924 or 793382. OLE color: 793382.

HSL color Cylindrical-coordinate representation of color #261B0C: hue angle of 34.62º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #261B0C is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 27 12 -
CMYK 0 0.29 0.68 0.85
HSL 34.62º 0.52% 0.1% -
HSV(B) 34.62º 0.68% 0.15% -
XYZ 1.26 1.22 0.52 -
YUV 28.58 118.64 134.72 -
System Red Green Blue C M Y K H S L
Decimal 38 27 12 0 0.29 0.68 0.85 34.62 0.52 0.1
Hex 26 1B C 0 1D 44 55 23 34 A
Octal 46 33 14 0 35 104 125 43 64 12
Binary 100110 11011 1100 0 11101 1000100 1010101 100011 110100 1010

Color Harmonies of #261B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261B0C

Black with #261B0C

Text Example


Text Example

White with #261B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261B0C; }

 p { color: rgb(38,27,12); }

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

background-color css

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

 a { background-color: rgb(38,27,12); }

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

border-color css

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

 span { border-color: rgb(38,27,12); }

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