Html Css Color HEX #38250E Cocoa Brown

📋 copy color: '#38250E'

red 56 ◦ green 37 ◦ blue 14

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

Shades of Cocoa Brown #38250E

Tints of Cocoa Brown #38250E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 13.08%

R = 52.34%
G = 34.58%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#38250E (or 0x38250E) is known color: Cocoa Brown. HEX triplet: 38, 25 and 0E. RGB value is (56,37,14). Sum of RGB (Red+Green+Blue) = 56+37+14=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 37 (14.84% from 255 or 34.58% from 107); Blue value is 14 (5.86% from 255 or 13.08% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #38250E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38250E is #C7DAF1. Grayscale: #282828. Windows color (decimal): -13097714 or 927032. OLE color: 927032.

HSL color Cylindrical-coordinate representation of color #38250E: hue angle of 32.86º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38250E is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 37 14 -
CMYK 0 0.34 0.75 0.78
HSL 32.86º 0.6% 0.14% -
HSV(B) 32.86º 0.75% 0.22% -
XYZ 2.37 2.2 0.71 -
YUV 40.06 113.29 139.37 -
System Red Green Blue C M Y K H S L
Decimal 56 37 14 0 0.34 0.75 0.78 32.86 0.6 0.14
Hex 38 25 E 0 22 4B 4E 21 3C E
Octal 70 45 16 0 42 113 116 41 74 16
Binary 111000 100101 1110 0 100010 1001011 1001110 100001 111100 1110

Color Harmonies of #38250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38250E

Black with #38250E

Text Example


Text Example

White with #38250E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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