Html Css Color HEX #382B1E Cocoa Brown

📋 copy color: '#382B1E'

red 56 ◦ green 43 ◦ blue 30

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

Shades of Cocoa Brown #382B1E

Tints of Cocoa Brown #382B1E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 33.33%

 BLUE value IS 30 (12.11% from 255) = 23.26%

R = 43.41%
G = 33.33%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.46

 K value IS 0.78

RGB Variations

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

Color information

#382B1E (or 0x382B1E) is known color: Cocoa Brown. HEX triplet: 38, 2B and 1E. RGB value is (56,43,30). Sum of RGB (Red+Green+Blue) = 56+43+30=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 43 (17.19% from 255 or 33.33% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 56 - color contains mainly: red. Hex color #382B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B1E is #C7D4E1. Grayscale: #2D2D2D. Windows color (decimal): -13096162 or 1977144. OLE color: 1977144.

HSL color Cylindrical-coordinate representation of color #382B1E: hue angle of 30º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #382B1E is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 43 30 -
CMYK 0 0.23 0.46 0.78
HSL 30º 0.3% 0.17% -
HSV(B) 30º 0.46% 0.22% -
XYZ 2.73 2.66 1.6 -
YUV 45.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 56 43 30 0 0.23 0.46 0.78 30 0.3 0.17
Hex 38 2B 1E 0 17 2E 4E 1E 1E 11
Octal 70 53 36 0 27 56 116 36 36 21
Binary 111000 101011 11110 0 10111 101110 1001110 11110 11110 10001

Color Harmonies of #382B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382B1E

Black with #382B1E

Text Example


Text Example

White with #382B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382B1E; }

 p { color: rgb(56,43,30); }

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

background-color css

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

 a { background-color: rgb(56,43,30); }

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

border-color css

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

 span { border-color: rgb(56,43,30); }

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