Html Css Color HEX #382307 Cocoa Brown

📋 copy color: '#382307'

red 56 ◦ green 35 ◦ blue 7

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

Shades of Cocoa Brown #382307

Tints of Cocoa Brown #382307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 7.14%

R = 57.14%
G = 35.71%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.78

RGB Variations

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

Color information

#382307 (or 0x382307) is known color: Cocoa Brown. HEX triplet: 38, 23 and 07. RGB value is (56,35,7). Sum of RGB (Red+Green+Blue) = 56+35+7=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 35 (14.06% from 255 or 35.71% from 98); Blue value is 7 (3.12% from 255 or 7.14% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #382307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382307 is #C7DCF8. Grayscale: #262626. Windows color (decimal): -13098233 or 467768. OLE color: 467768.

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

Color convert

RGB 56 35 7 -
CMYK 0 0.37 0.88 0.78
HSL 34.29º 0.78% 0.12% -
HSV(B) 34.29º 0.88% 0.22% -
XYZ 2.27 2.06 0.48 -
YUV 38.09 110.46 140.78 -
System Red Green Blue C M Y K H S L
Decimal 56 35 7 0 0.37 0.88 0.78 34.29 0.78 0.12
Hex 38 23 7 0 25 58 4E 22 4E C
Octal 70 43 7 0 45 130 116 42 116 14
Binary 111000 100011 111 0 100101 1011000 1001110 100010 1001110 1100

Color Harmonies of #382307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382307

Black with #382307

Text Example


Text Example

White with #382307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382307; }

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

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

background-color css

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

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

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

border-color css

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

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

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