Html Css Color HEX #382503 Cocoa Brown

📋 copy color: '#382503'

red 56 ◦ green 37 ◦ blue 3

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

Shades of Cocoa Brown #382503

Tints of Cocoa Brown #382503

RGB

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

 GREEN value IS 37 (14.84% from 255) = 38.54%

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

R = 58.33%
G = 38.54%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.78

RGB Variations

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

Color information

#382503 (or 0x382503) is known color: Cocoa Brown. HEX triplet: 38, 25 and 03. RGB value is (56,37,3). Sum of RGB (Red+Green+Blue) = 56+37+3=96 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.33% from 96); Green value is 37 (14.84% from 255 or 38.54% from 96); Blue value is 3 (1.56% from 255 or 3.12% from 96); Max value from RGB is 56 - color contains mainly: red. Hex color #382503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382503 is #C7DAFC. Grayscale: #262626. Windows color (decimal): -13097725 or 206136. OLE color: 206136.

HSL color Cylindrical-coordinate representation of color #382503: hue angle of 38.49º 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 #382503 is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 37 3 -
CMYK 0 0.34 0.95 0.78
HSL 38.49º 0.9% 0.12% -
HSV(B) 38.49º 0.95% 0.22% -
XYZ 2.31 2.17 0.38 -
YUV 38.81 107.79 140.26 -
System Red Green Blue C M Y K H S L
Decimal 56 37 3 0 0.34 0.95 0.78 38.49 0.9 0.12
Hex 38 25 3 0 22 5F 4E 26 5A C
Octal 70 45 3 0 42 137 116 46 132 14
Binary 111000 100101 11 0 100010 1011111 1001110 100110 1011010 1100

Color Harmonies of #382503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382503

Black with #382503

Text Example


Text Example

White with #382503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382503; }

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

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

background-color css

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

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

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

border-color css

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

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

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