Html Css Color HEX #38260F Cocoa Brown

📋 copy color: '#38260F'

red 56 ◦ green 38 ◦ blue 15

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

Shades of Cocoa Brown #38260F

Tints of Cocoa Brown #38260F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 13.76%

R = 51.38%
G = 34.86%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#38260F (or 0x38260F) is known color: Cocoa Brown. HEX triplet: 38, 26 and 0F. RGB value is (56,38,15). Sum of RGB (Red+Green+Blue) = 56+38+15=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 38 (15.23% from 255 or 34.86% from 109); Blue value is 15 (6.25% from 255 or 13.76% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #38260F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38260F is #C7D9F0. Grayscale: #282828. Windows color (decimal): -13097457 or 992824. OLE color: 992824.

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

Color convert

RGB 56 38 15 -
CMYK 0 0.32 0.73 0.78
HSL 33.66º 0.58% 0.14% -
HSV(B) 33.66º 0.73% 0.22% -
XYZ 2.41 2.26 0.76 -
YUV 40.76 113.46 138.87 -
System Red Green Blue C M Y K H S L
Decimal 56 38 15 0 0.32 0.73 0.78 33.66 0.58 0.14
Hex 38 26 F 0 20 49 4E 22 3A E
Octal 70 46 17 0 40 111 116 42 72 16
Binary 111000 100110 1111 0 100000 1001001 1001110 100010 111010 1110

Color Harmonies of #38260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38260F

Black with #38260F

Text Example


Text Example

White with #38260F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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