Html Css Color HEX #383413 Karaka

📋 copy color: '#383413'

red 56 ◦ green 52 ◦ blue 19

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

Shades of Karaka #383413

Tints of Karaka #383413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 40.94%

 BLUE value IS 19 (7.81% from 255) = 14.96%

R = 44.09%
G = 40.94%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#383413 (or 0x383413) is known color: Karaka. HEX triplet: 38, 34 and 13. RGB value is (56,52,19). Sum of RGB (Red+Green+Blue) = 56+52+19=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #383413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383413 is #C7CBEC. Grayscale: #313131. Windows color (decimal): -13093869 or 1258552. OLE color: 1258552.

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

Color convert

RGB 56 52 19 -
CMYK 0 0.07 0.66 0.78
HSL 53.51º 0.49% 0.15% -
HSV(B) 53.51º 0.66% 0.22% -
XYZ 2.98 3.34 1.1 -
YUV 49.43 110.83 132.68 -
System Red Green Blue C M Y K H S L
Decimal 56 52 19 0 0.07 0.66 0.78 53.51 0.49 0.15
Hex 38 34 13 0 7 42 4E 36 31 F
Octal 70 64 23 0 7 102 116 66 61 17
Binary 111000 110100 10011 0 111 1000010 1001110 110110 110001 1111

Color Harmonies of #383413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383413

Black with #383413

Text Example


Text Example

White with #383413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383413; }

 p { color: rgb(56,52,19); }

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

background-color css

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

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

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

border-color css

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

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

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