Html Css Color HEX #382515 Cocoa Brown

📋 copy color: '#382515'

red 56 ◦ green 37 ◦ blue 21

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

Shades of Cocoa Brown #382515

Tints of Cocoa Brown #382515

RGB

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

 GREEN value IS 37 (14.84% from 255) = 32.46%

 BLUE value IS 21 (8.59% from 255) = 18.42%

R = 49.12%
G = 32.46%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#382515 (or 0x382515) is known color: Cocoa Brown. HEX triplet: 38, 25 and 15. RGB value is (56,37,21). Sum of RGB (Red+Green+Blue) = 56+37+21=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #382515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382515 is #C7DAEA. Grayscale: #282828. Windows color (decimal): -13097707 or 1385784. OLE color: 1385784.

HSL color Cylindrical-coordinate representation of color #382515: hue angle of 27.43º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #382515 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 37 21 -
CMYK 0 0.34 0.63 0.78
HSL 27.43º 0.45% 0.15% -
HSV(B) 27.43º 0.63% 0.22% -
XYZ 2.43 2.22 1.01 -
YUV 40.86 116.79 138.8 -
System Red Green Blue C M Y K H S L
Decimal 56 37 21 0 0.34 0.63 0.78 27.43 0.45 0.15
Hex 38 25 15 0 22 3F 4E 1B 2D F
Octal 70 45 25 0 42 77 116 33 55 17
Binary 111000 100101 10101 0 100010 111111 1001110 11011 101101 1111

Color Harmonies of #382515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382515

Black with #382515

Text Example


Text Example

White with #382515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382515; }

 p { color: rgb(56,37,21); }

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

background-color css

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

 a { background-color: rgb(56,37,21); }

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

border-color css

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

 span { border-color: rgb(56,37,21); }

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