Html Css Color HEX #381C03 Cocoa Brown

📋 copy color: '#381C03'

red 56 ◦ green 28 ◦ blue 3

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

Shades of Cocoa Brown #381C03

Tints of Cocoa Brown #381C03

RGB

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

 GREEN value IS 28 (11.33% from 255) = 32.18%

 BLUE value IS 3 (1.56% from 255) = 3.45%

R = 64.37%
G = 32.18%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0.78

RGB Variations

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

Color information

#381C03 (or 0x381C03) is known color: Cocoa Brown. HEX triplet: 38, 1C and 03. RGB value is (56,28,3). Sum of RGB (Red+Green+Blue) = 56+28+3=87 (11% of max value = 765). Red value is 56 (22.27% from 255 or 64.37% from 87); Green value is 28 (11.33% from 255 or 32.18% from 87); Blue value is 3 (1.56% from 255 or 3.45% from 87); Max value from RGB is 56 - color contains mainly: red. Hex color #381C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381C03 is #C7E3FC. Grayscale: #212121. Windows color (decimal): -13100029 or 203832. OLE color: 203832.

HSL color Cylindrical-coordinate representation of color #381C03: hue angle of 28.3º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #381C03 is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 28 3 -
CMYK 0 0.50 0.95 0.78
HSL 28.3º 0.9% 0.12% -
HSV(B) 28.3º 0.95% 0.22% -
XYZ 2.06 1.68 0.3 -
YUV 33.52 110.78 144.03 -
System Red Green Blue C M Y K H S L
Decimal 56 28 3 0 0.50 0.95 0.78 28.3 0.9 0.12
Hex 38 1C 3 0 32 5F 4E 1C 5A C
Octal 70 34 3 0 62 137 116 34 132 14
Binary 111000 11100 11 0 110010 1011111 1001110 11100 1011010 1100

Color Harmonies of #381C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381C03

Black with #381C03

Text Example


Text Example

White with #381C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,28,3); }

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

background-color css

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

 a { background-color: rgb(56,28,3); }

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

border-color css

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

 span { border-color: rgb(56,28,3); }

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