Html Css Color HEX #382613 Cocoa Brown

📋 copy color: '#382613'

red 56 ◦ green 38 ◦ blue 19

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

Shades of Cocoa Brown #382613

Tints of Cocoa Brown #382613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 16.81%

R = 49.56%
G = 33.63%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#382613 (or 0x382613) is known color: Cocoa Brown. HEX triplet: 38, 26 and 13. RGB value is (56,38,19). Sum of RGB (Red+Green+Blue) = 56+38+19=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 19 (7.81% from 255 or 16.81% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #382613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382613 is #C7D9EC. Grayscale: #292929. Windows color (decimal): -13097453 or 1254968. OLE color: 1254968.

HSL color Cylindrical-coordinate representation of color #382613: hue angle of 30.81º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #382613 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 38 19 -
CMYK 0 0.32 0.66 0.78
HSL 30.81º 0.49% 0.15% -
HSV(B) 30.81º 0.66% 0.22% -
XYZ 2.44 2.27 0.93 -
YUV 41.22 115.46 138.54 -
System Red Green Blue C M Y K H S L
Decimal 56 38 19 0 0.32 0.66 0.78 30.81 0.49 0.15
Hex 38 26 13 0 20 42 4E 1F 31 F
Octal 70 46 23 0 40 102 116 37 61 17
Binary 111000 100110 10011 0 100000 1000010 1001110 11111 110001 1111

Color Harmonies of #382613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382613

Black with #382613

Text Example


Text Example

White with #382613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382613; }

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

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

background-color css

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

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

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

border-color css

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

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

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