Html Css Color HEX #38260D Cocoa Brown

📋 copy color: '#38260D'

red 56 ◦ green 38 ◦ blue 13

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

Shades of Cocoa Brown #38260D

Tints of Cocoa Brown #38260D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 35.51%

 BLUE value IS 13 (5.47% from 255) = 12.15%

R = 52.34%
G = 35.51%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.78

RGB Variations

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

Color information

#38260D (or 0x38260D) is known color: Cocoa Brown. HEX triplet: 38, 26 and 0D. RGB value is (56,38,13). Sum of RGB (Red+Green+Blue) = 56+38+13=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 38 (15.23% from 255 or 35.51% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #38260D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38260D is #C7D9F2. Grayscale: #282828. Windows color (decimal): -13097459 or 861752. OLE color: 861752.

HSL color Cylindrical-coordinate representation of color #38260D: hue angle of 34.88º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38260D is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 38 13 -
CMYK 0 0.32 0.77 0.78
HSL 34.88º 0.62% 0.14% -
HSV(B) 34.88º 0.77% 0.22% -
XYZ 2.4 2.26 0.69 -
YUV 40.53 112.46 139.03 -
System Red Green Blue C M Y K H S L
Decimal 56 38 13 0 0.32 0.77 0.78 34.88 0.62 0.14
Hex 38 26 D 0 20 4D 4E 23 3E E
Octal 70 46 15 0 40 115 116 43 76 16
Binary 111000 100110 1101 0 100000 1001101 1001110 100011 111110 1110

Color Harmonies of #38260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38260D

Black with #38260D

Text Example


Text Example

White with #38260D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38260D; }

 p { color: rgb(56,38,13); }

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

background-color css

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

 a { background-color: rgb(56,38,13); }

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

border-color css

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

 span { border-color: rgb(56,38,13); }

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