Html Css Color HEX #382A1F Cocoa Brown

📋 copy color: '#382A1F'

red 56 ◦ green 42 ◦ blue 31

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

Shades of Cocoa Brown #382A1F

Tints of Cocoa Brown #382A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 24.03%

R = 43.41%
G = 32.56%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.78

RGB Variations

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

Color information

#382A1F (or 0x382A1F) is known color: Cocoa Brown. HEX triplet: 38, 2A and 1F. RGB value is (56,42,31). Sum of RGB (Red+Green+Blue) = 56+42+31=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 42 (16.80% from 255 or 32.56% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 56 - color contains mainly: red. Hex color #382A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382A1F is #C7D5E0. Grayscale: #2C2C2C. Windows color (decimal): -13096417 or 2042424. OLE color: 2042424.

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

Color convert

RGB 56 42 31 -
CMYK 0 0.25 0.45 0.78
HSL 26.4º 0.29% 0.17% -
HSV(B) 26.4º 0.45% 0.22% -
XYZ 2.71 2.6 1.65 -
YUV 44.93 120.14 135.89 -
System Red Green Blue C M Y K H S L
Decimal 56 42 31 0 0.25 0.45 0.78 26.4 0.29 0.17
Hex 38 2A 1F 0 19 2D 4E 1A 1D 11
Octal 70 52 37 0 31 55 116 32 35 21
Binary 111000 101010 11111 0 11001 101101 1001110 11010 11101 10001

Color Harmonies of #382A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382A1F

Black with #382A1F

Text Example


Text Example

White with #382A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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