Html Css Color HEX #382A1B Cocoa Brown

📋 copy color: '#382A1B'

red 56 ◦ green 42 ◦ blue 27

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

Shades of Cocoa Brown #382A1B

Tints of Cocoa Brown #382A1B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 33.6%

 BLUE value IS 27 (10.94% from 255) = 21.6%

R = 44.8%
G = 33.6%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.78

RGB Variations

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

Color information

#382A1B (or 0x382A1B) is known color: Cocoa Brown. HEX triplet: 38, 2A and 1B. RGB value is (56,42,27). Sum of RGB (Red+Green+Blue) = 56+42+27=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 42 (16.80% from 255 or 33.6% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 56 - color contains mainly: red. Hex color #382A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382A1B is #C7D5E4. Grayscale: #2C2C2C. Windows color (decimal): -13096421 or 1780280. OLE color: 1780280.

HSL color Cylindrical-coordinate representation of color #382A1B: hue angle of 31.03º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #382A1B is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 42 27 -
CMYK 0 0.25 0.52 0.78
HSL 31.03º 0.35% 0.16% -
HSV(B) 31.03º 0.52% 0.22% -
XYZ 2.66 2.58 1.39 -
YUV 44.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 56 42 27 0 0.25 0.52 0.78 31.03 0.35 0.16
Hex 38 2A 1B 0 19 34 4E 1F 23 10
Octal 70 52 33 0 31 64 116 37 43 20
Binary 111000 101010 11011 0 11001 110100 1001110 11111 100011 10000

Color Harmonies of #382A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382A1B

Black with #382A1B

Text Example


Text Example

White with #382A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,42,27); }

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

background-color css

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

 a { background-color: rgb(56,42,27); }

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

border-color css

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

 span { border-color: rgb(56,42,27); }

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