Html Css Color HEX #38230E Cocoa Brown

📋 copy color: '#38230E'

red 56 ◦ green 35 ◦ blue 14

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

Shades of Cocoa Brown #38230E

Tints of Cocoa Brown #38230E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 33.33%

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

R = 53.33%
G = 33.33%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#38230E (or 0x38230E) is known color: Cocoa Brown. HEX triplet: 38, 23 and 0E. RGB value is (56,35,14). Sum of RGB (Red+Green+Blue) = 56+35+14=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 35 (14.06% from 255 or 33.33% from 105); Blue value is 14 (5.86% from 255 or 13.33% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #38230E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38230E is #C7DCF1. Grayscale: #262626. Windows color (decimal): -13098226 or 926520. OLE color: 926520.

HSL color Cylindrical-coordinate representation of color #38230E: hue angle of 30º 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 #38230E is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 35 14 -
CMYK 0 0.37 0.75 0.78
HSL 30º 0.6% 0.14% -
HSV(B) 30º 0.75% 0.22% -
XYZ 2.31 2.07 0.69 -
YUV 38.89 113.96 140.21 -
System Red Green Blue C M Y K H S L
Decimal 56 35 14 0 0.37 0.75 0.78 30 0.6 0.14
Hex 38 23 E 0 25 4B 4E 1E 3C E
Octal 70 43 16 0 45 113 116 36 74 16
Binary 111000 100011 1110 0 100101 1001011 1001110 11110 111100 1110

Color Harmonies of #38230E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38230E

Black with #38230E

Text Example


Text Example

White with #38230E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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