Html Css Color HEX #381F0A Cocoa Brown

📋 copy color: '#381F0A'

red 56 ◦ green 31 ◦ blue 10

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

Shades of Cocoa Brown #381F0A

Tints of Cocoa Brown #381F0A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 31.96%

 BLUE value IS 10 (4.3% from 255) = 10.31%

R = 57.73%
G = 31.96%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#381F0A (or 0x381F0A) is known color: Cocoa Brown. HEX triplet: 38, 1F and 0A. RGB value is (56,31,10). Sum of RGB (Red+Green+Blue) = 56+31+10=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 31 (12.5% from 255 or 31.96% from 97); Blue value is 10 (4.30% from 255 or 10.31% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #381F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381F0A is #C7E0F5. Grayscale: #242424. Windows color (decimal): -13099254 or 663352. OLE color: 663352.

HSL color Cylindrical-coordinate representation of color #381F0A: hue angle of 27.39º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #381F0A is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 31 10 -
CMYK 0 0.45 0.82 0.78
HSL 27.39º 0.7% 0.13% -
HSV(B) 27.39º 0.82% 0.22% -
XYZ 2.18 1.84 0.53 -
YUV 36.08 113.28 142.21 -
System Red Green Blue C M Y K H S L
Decimal 56 31 10 0 0.45 0.82 0.78 27.39 0.7 0.13
Hex 38 1F A 0 2D 52 4E 1B 46 D
Octal 70 37 12 0 55 122 116 33 106 15
Binary 111000 11111 1010 0 101101 1010010 1001110 11011 1000110 1101

Color Harmonies of #381F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381F0A

Black with #381F0A

Text Example


Text Example

White with #381F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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