Html Css Color HEX #383815 Karaka

📋 copy color: '#383815'

red 56 ◦ green 56 ◦ blue 21

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

Shades of Karaka #383815

Tints of Karaka #383815

RGB

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

 GREEN value IS 56 (22.27% from 255) = 42.11%

 BLUE value IS 21 (8.59% from 255) = 15.79%

R = 42.11%
G = 42.11%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#383815 (or 0x383815) is known color: Karaka. HEX triplet: 38, 38 and 15. RGB value is (56,56,21). Sum of RGB (Red+Green+Blue) = 56+56+21=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 56 (22.27% from 255 or 42.11% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 56 - color contains mainly: red, green. Hex color #383815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383815 is #C7C7EA. Grayscale: #343434. Windows color (decimal): -13092843 or 1390648. OLE color: 1390648.

HSL color Cylindrical-coordinate representation of color #383815: hue angle of 60º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #383815 is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 56 21 -
CMYK 0 0 0.63 0.78
HSL 60º 0.45% 0.15% -
HSV(B) 60º 0.63% 0.22% -
XYZ 3.18 3.72 1.26 -
YUV 52.01 110.5 130.85 -
System Red Green Blue C M Y K H S L
Decimal 56 56 21 0 0 0.63 0.78 60 0.45 0.15
Hex 38 38 15 0 0 3F 4E 3C 2D F
Octal 70 70 25 0 0 77 116 74 55 17
Binary 111000 111000 10101 0 0 111111 1001110 111100 101101 1111

Color Harmonies of #383815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383815

Black with #383815

Text Example


Text Example

White with #383815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383815; }

 p { color: rgb(56,56,21); }

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

background-color css

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

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

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

border-color css

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

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

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