Html Css Color HEX #38250D Cocoa Brown

📋 copy color: '#38250D'

red 56 ◦ green 37 ◦ blue 13

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

Shades of Cocoa Brown #38250D

Tints of Cocoa Brown #38250D

RGB

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

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

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

R = 52.83%
G = 34.91%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.78

RGB Variations

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

Color information

#38250D (or 0x38250D) is known color: Cocoa Brown. HEX triplet: 38, 25 and 0D. RGB value is (56,37,13). Sum of RGB (Red+Green+Blue) = 56+37+13=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 37 (14.84% from 255 or 34.91% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #38250D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38250D is #C7DAF2. Grayscale: #282828. Windows color (decimal): -13097715 or 861496. OLE color: 861496.

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

Color convert

RGB 56 37 13 -
CMYK 0 0.34 0.77 0.78
HSL 33.49º 0.62% 0.14% -
HSV(B) 33.49º 0.77% 0.22% -
XYZ 2.37 2.19 0.68 -
YUV 39.95 112.79 139.45 -
System Red Green Blue C M Y K H S L
Decimal 56 37 13 0 0.34 0.77 0.78 33.49 0.62 0.14
Hex 38 25 D 0 22 4D 4E 21 3E E
Octal 70 45 15 0 42 115 116 41 76 16
Binary 111000 100101 1101 0 100010 1001101 1001110 100001 111110 1110

Color Harmonies of #38250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38250D

Black with #38250D

Text Example


Text Example

White with #38250D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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