Html Css Color HEX #38261B Cocoa Brown

📋 copy color: '#38261B'

red 56 ◦ green 38 ◦ blue 27

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

Shades of Cocoa Brown #38261B

Tints of Cocoa Brown #38261B

RGB

 RED value IS 56 (22.27% from 255) = 46.28%

 GREEN value IS 38 (15.23% from 255) = 31.4%

 BLUE value IS 27 (10.94% from 255) = 22.31%

R = 46.28%
G = 31.4%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.78

RGB Variations

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

Color information

#38261B (or 0x38261B) is known color: Cocoa Brown. HEX triplet: 38, 26 and 1B. RGB value is (56,38,27). Sum of RGB (Red+Green+Blue) = 56+38+27=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #38261B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38261B is #C7D9E4. Grayscale: #2A2A2A. Windows color (decimal): -13097445 or 1779256. OLE color: 1779256.

HSL color Cylindrical-coordinate representation of color #38261B: hue angle of 22.76º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #38261B is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 38 27 -
CMYK 0 0.32 0.52 0.78
HSL 22.76º 0.35% 0.16% -
HSV(B) 22.76º 0.52% 0.22% -
XYZ 2.52 2.31 1.35 -
YUV 42.13 119.46 137.89 -
System Red Green Blue C M Y K H S L
Decimal 56 38 27 0 0.32 0.52 0.78 22.76 0.35 0.16
Hex 38 26 1B 0 20 34 4E 17 23 10
Octal 70 46 33 0 40 64 116 27 43 20
Binary 111000 100110 11011 0 100000 110100 1001110 10111 100011 10000

Color Harmonies of #38261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38261B

Black with #38261B

Text Example


Text Example

White with #38261B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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