Html Css Color HEX #38250F Cocoa Brown

📋 copy color: '#38250F'

red 56 ◦ green 37 ◦ blue 15

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

Shades of Cocoa Brown #38250F

Tints of Cocoa Brown #38250F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 34.26%

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

R = 51.85%
G = 34.26%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#38250F (or 0x38250F) is known color: Cocoa Brown. HEX triplet: 38, 25 and 0F. RGB value is (56,37,15). Sum of RGB (Red+Green+Blue) = 56+37+15=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 37 (14.84% from 255 or 34.26% from 108); Blue value is 15 (6.25% from 255 or 13.89% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #38250F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38250F is #C7DAF0. Grayscale: #282828. Windows color (decimal): -13097713 or 992568. OLE color: 992568.

HSL color Cylindrical-coordinate representation of color #38250F: hue angle of 32.2º 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 #38250F is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 37 15 -
CMYK 0 0.34 0.73 0.78
HSL 32.2º 0.58% 0.14% -
HSV(B) 32.2º 0.73% 0.22% -
XYZ 2.38 2.2 0.75 -
YUV 40.17 113.79 139.29 -
System Red Green Blue C M Y K H S L
Decimal 56 37 15 0 0.34 0.73 0.78 32.2 0.58 0.14
Hex 38 25 F 0 22 49 4E 20 3A E
Octal 70 45 17 0 42 111 116 40 72 16
Binary 111000 100101 1111 0 100010 1001001 1001110 100000 111010 1110

Color Harmonies of #38250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38250F

Black with #38250F

Text Example


Text Example

White with #38250F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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