Html Css Color HEX #383614 Karaka

📋 copy color: '#383614'

red 56 ◦ green 54 ◦ blue 20

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

Shades of Karaka #383614

Tints of Karaka #383614

RGB

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

 GREEN value IS 54 (21.48% from 255) = 41.54%

 BLUE value IS 20 (8.2% from 255) = 15.38%

R = 43.08%
G = 41.54%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#383614 (or 0x383614) is known color: Karaka. HEX triplet: 38, 36 and 14. RGB value is (56,54,20). Sum of RGB (Red+Green+Blue) = 56+54+20=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 54 (21.48% from 255 or 41.54% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 56 - color contains mainly: red. Hex color #383614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383614 is #C7C9EB. Grayscale: #323232. Windows color (decimal): -13093356 or 1324600. OLE color: 1324600.

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

Color convert

RGB 56 54 20 -
CMYK 0 0.04 0.64 0.78
HSL 56.67º 0.47% 0.15% -
HSV(B) 56.67º 0.64% 0.22% -
XYZ 3.08 3.53 1.18 -
YUV 50.72 110.66 131.76 -
System Red Green Blue C M Y K H S L
Decimal 56 54 20 0 0.04 0.64 0.78 56.67 0.47 0.15
Hex 38 36 14 0 4 40 4E 39 2F F
Octal 70 66 24 0 4 100 116 71 57 17
Binary 111000 110110 10100 0 100 1000000 1001110 111001 101111 1111

Color Harmonies of #383614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383614

Black with #383614

Text Example


Text Example

White with #383614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383614; }

 p { color: rgb(56,54,20); }

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

background-color css

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

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

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

border-color css

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

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

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