Html Css Color HEX #382610 Cocoa Brown

📋 copy color: '#382610'

red 56 ◦ green 38 ◦ blue 16

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

Shades of Cocoa Brown #382610

Tints of Cocoa Brown #382610

RGB

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

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

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

R = 50.91%
G = 34.55%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#382610 (or 0x382610) is known color: Cocoa Brown. HEX triplet: 38, 26 and 10. RGB value is (56,38,16). Sum of RGB (Red+Green+Blue) = 56+38+16=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 38 (15.23% from 255 or 34.55% from 110); Blue value is 16 (6.64% from 255 or 14.55% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #382610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382610 is #C7D9EF. Grayscale: #282828. Windows color (decimal): -13097456 or 1058360. OLE color: 1058360.

HSL color Cylindrical-coordinate representation of color #382610: hue angle of 33º 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 #382610 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 38 16 -
CMYK 0 0.32 0.71 0.78
HSL 33º 0.56% 0.14% -
HSV(B) 33º 0.71% 0.22% -
XYZ 2.42 2.26 0.8 -
YUV 40.87 113.96 138.79 -
System Red Green Blue C M Y K H S L
Decimal 56 38 16 0 0.32 0.71 0.78 33 0.56 0.14
Hex 38 26 10 0 20 47 4E 21 38 E
Octal 70 46 20 0 40 107 116 41 70 16
Binary 111000 100110 10000 0 100000 1000111 1001110 100001 111000 1110

Color Harmonies of #382610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382610

Black with #382610

Text Example


Text Example

White with #382610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382610; }

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

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

background-color css

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

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

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

border-color css

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

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

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