Html Css Color HEX #26180B Cocoa Brown

📋 copy color: '#26180B'

red 38 ◦ green 24 ◦ blue 11

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

Shades of Cocoa Brown #26180B

Tints of Cocoa Brown #26180B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 15.07%

R = 52.05%
G = 32.88%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.85

RGB Variations

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

Color information

#26180B (or 0x26180B) is known color: Cocoa Brown. HEX triplet: 26, 18 and 0B. RGB value is (38,24,11). Sum of RGB (Red+Green+Blue) = 38+24+11=73 (9% of max value = 765). Red value is 38 (15.23% from 255 or 52.05% from 73); Green value is 24 (9.77% from 255 or 32.88% from 73); Blue value is 11 (4.69% from 255 or 15.07% from 73); Max value from RGB is 38 - color contains mainly: red. Hex color #26180B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26180B is #D9E7F4. Grayscale: #1A1A1A. Windows color (decimal): -14280693 or 727078. OLE color: 727078.

HSL color Cylindrical-coordinate representation of color #26180B: hue angle of 28.89º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #26180B is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 24 11 -
CMYK 0 0.37 0.71 0.85
HSL 28.89º 0.55% 0.1% -
HSV(B) 28.89º 0.71% 0.15% -
XYZ 1.19 1.09 0.46 -
YUV 26.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 38 24 11 0 0.37 0.71 0.85 28.89 0.55 0.1
Hex 26 18 B 0 25 47 55 1D 37 A
Octal 46 30 13 0 45 107 125 35 67 12
Binary 100110 11000 1011 0 100101 1000111 1010101 11101 110111 1010

Color Harmonies of #26180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26180B

Black with #26180B

Text Example


Text Example

White with #26180B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26180B; }

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

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

background-color css

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

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

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

border-color css

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

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

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