Html Css Color HEX #38220B Cocoa Brown

📋 copy color: '#38220B'

red 56 ◦ green 34 ◦ blue 11

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

Shades of Cocoa Brown #38220B

Tints of Cocoa Brown #38220B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 33.66%

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

R = 55.45%
G = 33.66%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.78

RGB Variations

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

Color information

#38220B (or 0x38220B) is known color: Cocoa Brown. HEX triplet: 38, 22 and 0B. RGB value is (56,34,11). Sum of RGB (Red+Green+Blue) = 56+34+11=101 (13% of max value = 765). Red value is 56 (22.27% from 255 or 55.45% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 11 (4.69% from 255 or 10.89% from 101); Max value from RGB is 56 - color contains mainly: red. Hex color #38220B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38220B is #C7DDF4. Grayscale: #262626. Windows color (decimal): -13098485 or 729656. OLE color: 729656.

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

Color convert

RGB 56 34 11 -
CMYK 0 0.39 0.80 0.78
HSL 30.67º 0.67% 0.13% -
HSV(B) 30.67º 0.8% 0.22% -
XYZ 2.26 2.01 0.59 -
YUV 37.96 112.79 140.87 -
System Red Green Blue C M Y K H S L
Decimal 56 34 11 0 0.39 0.80 0.78 30.67 0.67 0.13
Hex 38 22 B 0 27 50 4E 1F 43 D
Octal 70 42 13 0 47 120 116 37 103 15
Binary 111000 100010 1011 0 100111 1010000 1001110 11111 1000011 1101

Color Harmonies of #38220B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38220B

Black with #38220B

Text Example


Text Example

White with #38220B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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