Html Css Color HEX #38260B Cocoa Brown

📋 copy color: '#38260B'

red 56 ◦ green 38 ◦ blue 11

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

Shades of Cocoa Brown #38260B

Tints of Cocoa Brown #38260B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 10.48%

R = 53.33%
G = 36.19%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.78

RGB Variations

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

Color information

#38260B (or 0x38260B) is known color: Cocoa Brown. HEX triplet: 38, 26 and 0B. RGB value is (56,38,11). Sum of RGB (Red+Green+Blue) = 56+38+11=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 38 (15.23% from 255 or 36.19% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #38260B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38260B is #C7D9F4. Grayscale: #282828. Windows color (decimal): -13097461 or 730680. OLE color: 730680.

HSL color Cylindrical-coordinate representation of color #38260B: hue angle of 36º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38260B is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 38 11 -
CMYK 0 0.32 0.80 0.78
HSL 36º 0.67% 0.13% -
HSV(B) 36º 0.8% 0.22% -
XYZ 2.38 2.25 0.63 -
YUV 40.3 111.46 139.2 -
System Red Green Blue C M Y K H S L
Decimal 56 38 11 0 0.32 0.80 0.78 36 0.67 0.13
Hex 38 26 B 0 20 50 4E 24 43 D
Octal 70 46 13 0 40 120 116 44 103 15
Binary 111000 100110 1011 0 100000 1010000 1001110 100100 1000011 1101

Color Harmonies of #38260B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38260B

Black with #38260B

Text Example


Text Example

White with #38260B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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