Html Css Color HEX #382305 Cocoa Brown

📋 copy color: '#382305'

red 56 ◦ green 35 ◦ blue 5

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

Shades of Cocoa Brown #382305

Tints of Cocoa Brown #382305

RGB

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

 GREEN value IS 35 (14.06% from 255) = 36.46%

 BLUE value IS 5 (2.34% from 255) = 5.21%

R = 58.33%
G = 36.46%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.78

RGB Variations

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

Color information

#382305 (or 0x382305) is known color: Cocoa Brown. HEX triplet: 38, 23 and 05. RGB value is (56,35,5). Sum of RGB (Red+Green+Blue) = 56+35+5=96 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.33% from 96); Green value is 35 (14.06% from 255 or 36.46% from 96); Blue value is 5 (2.34% from 255 or 5.21% from 96); Max value from RGB is 56 - color contains mainly: red. Hex color #382305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382305 is #C7DCFA. Grayscale: #262626. Windows color (decimal): -13098235 or 336696. OLE color: 336696.

HSL color Cylindrical-coordinate representation of color #382305: hue angle of 35.29º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #382305 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 35 5 -
CMYK 0 0.37 0.91 0.78
HSL 35.29º 0.84% 0.12% -
HSV(B) 35.29º 0.91% 0.22% -
XYZ 2.26 2.05 0.42 -
YUV 37.86 109.46 140.94 -
System Red Green Blue C M Y K H S L
Decimal 56 35 5 0 0.37 0.91 0.78 35.29 0.84 0.12
Hex 38 23 5 0 25 5B 4E 23 54 C
Octal 70 43 5 0 45 133 116 43 124 14
Binary 111000 100011 101 0 100101 1011011 1001110 100011 1010100 1100

Color Harmonies of #382305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382305

Black with #382305

Text Example


Text Example

White with #382305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382305; }

 p { color: rgb(56,35,5); }

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

background-color css

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

 a { background-color: rgb(56,35,5); }

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

border-color css

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

 span { border-color: rgb(56,35,5); }

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