Html Css Color HEX #38250B Cocoa Brown

📋 copy color: '#38250B'

red 56 ◦ green 37 ◦ blue 11

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

Shades of Cocoa Brown #38250B

Tints of Cocoa Brown #38250B

RGB

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

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

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

R = 53.85%
G = 35.58%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.78

RGB Variations

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

Color information

#38250B (or 0x38250B) is known color: Cocoa Brown. HEX triplet: 38, 25 and 0B. RGB value is (56,37,11). Sum of RGB (Red+Green+Blue) = 56+37+11=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 11 (4.69% from 255 or 10.58% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #38250B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38250B is #C7DAF4. Grayscale: #272727. Windows color (decimal): -13097717 or 730424. OLE color: 730424.

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

Color convert

RGB 56 37 11 -
CMYK 0 0.34 0.80 0.78
HSL 34.67º 0.67% 0.13% -
HSV(B) 34.67º 0.8% 0.22% -
XYZ 2.35 2.19 0.61 -
YUV 39.72 111.79 139.61 -
System Red Green Blue C M Y K H S L
Decimal 56 37 11 0 0.34 0.80 0.78 34.67 0.67 0.13
Hex 38 25 B 0 22 50 4E 23 43 D
Octal 70 45 13 0 42 120 116 43 103 15
Binary 111000 100101 1011 0 100010 1010000 1001110 100011 1000011 1101

Color Harmonies of #38250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38250B

Black with #38250B

Text Example


Text Example

White with #38250B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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