Html Css Color HEX #382510 Cocoa Brown

📋 copy color: '#382510'

red 56 ◦ green 37 ◦ blue 16

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

Shades of Cocoa Brown #382510

Tints of Cocoa Brown #382510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.68%

R = 51.38%
G = 33.94%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#382510 (or 0x382510) is known color: Cocoa Brown. HEX triplet: 38, 25 and 10. RGB value is (56,37,16). Sum of RGB (Red+Green+Blue) = 56+37+16=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #382510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382510 is #C7DAEF. Grayscale: #282828. Windows color (decimal): -13097712 or 1058104. OLE color: 1058104.

HSL color Cylindrical-coordinate representation of color #382510: hue angle of 31.5º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #382510 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 37 16 -
CMYK 0 0.34 0.71 0.78
HSL 31.5º 0.56% 0.14% -
HSV(B) 31.5º 0.71% 0.22% -
XYZ 2.39 2.2 0.79 -
YUV 40.29 114.29 139.21 -
System Red Green Blue C M Y K H S L
Decimal 56 37 16 0 0.34 0.71 0.78 31.5 0.56 0.14
Hex 38 25 10 0 22 47 4E 1F 38 E
Octal 70 45 20 0 42 107 116 37 70 16
Binary 111000 100101 10000 0 100010 1000111 1001110 11111 111000 1110

Color Harmonies of #382510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382510

Black with #382510

Text Example


Text Example

White with #382510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382510; }

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

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

background-color css

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

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

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

border-color css

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

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

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